4 lines
52 B
Kotlin
Vendored
4 lines
52 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
val <caret>`a` = 1
|
|
} |