isFrozen

Deprecated

Error since 2.1

Support for the legacy memory manager has been completely removed. Consequently, this property is always `false`.

Replace with

false

Checks if given object is null or frozen or permanent (i.e. instantiated at compile-time).

Since Kotlin

1.3

Return

true if given object is null or frozen or permanent