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

5 lines
125 B
Plaintext
Vendored

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