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

4 lines
159 B
Kotlin
Vendored

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