Files
kotlin-fork/idea/testData/quickfix/addInitializer/topLevelPropertyWithDelegateRuntime.kt
T

7 lines
188 B
Kotlin
Vendored

// "Add initializer" "false"
// WITH_RUNTIME
// ACTION: Convert to ordinary property
// ACTION: Create test
// ACTION: Make internal
// ACTION: Make private
<caret>val n: Int by lazy { 0 }