4 lines
75 B
Kotlin
Vendored
4 lines
75 B
Kotlin
Vendored
// ERROR: Variable 'a' is never used
|
|
fun foo() {
|
|
val <caret>a = 1 + 2
|
|
} |