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

4 lines
152 B
Kotlin
Vendored

// "class org.jetbrains.kotlin.idea.quickfix.InitializePropertyQuickFixFactory$MoveToConstructorParameters" "false"
fun test() {
<caret>val n: Int
}