e3c9134904
#KT-12515 Fixed
5 lines
129 B
Plaintext
Vendored
5 lines
129 B
Plaintext
Vendored
import kotlin.properties.Delegates
|
|
|
|
// "Convert to notNull delegate" "true"
|
|
// WITH_RUNTIME
|
|
var x by Delegates.notNull<Boolean>() |