Files
kotlin-fork/idea/testData/quickfix/initializeWithConstructorParameter/memberPropertyWithDelegateRuntime.kt
T
2015-11-16 11:30:03 +03:00

7 lines
245 B
Kotlin
Vendored

// "class org.jetbrains.kotlin.idea.quickfix.InitializePropertyQuickFixFactory$InitializeWithConstructorParameter" "false"
// ACTION: Make internal
// ACTION: Make private
// ACTION: Make protected
class A {
<caret>val n: Int by lazy { 0 }
}