Files
kotlin-fork/idea/testData/quickfix/variables/beforeUnusedVariableWithoutInitializer.kt
T
2013-02-21 13:09:26 +04:00

4 lines
71 B
Kotlin

// "Remove variable 'test'" "true"
fun f() {
val <caret>test: Int
}