4 lines
71 B
Kotlin
4 lines
71 B
Kotlin
// "Remove variable 'test'" "true"
|
|
fun f() {
|
|
val <caret>test: Int
|
|
} |