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

7 lines
238 B
Kotlin
Vendored

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