Files
kotlin-fork/idea/testData/quickfix/convertLateinitPropertyToNotNullDelegate/basic.kt.after
T
2019-06-26 17:07:32 +07:00

5 lines
129 B
Plaintext
Vendored

import kotlin.properties.Delegates
// "Convert to notNull delegate" "true"
// WITH_RUNTIME
var x by Delegates.notNull<Boolean>()