6 lines
65 B
Kotlin
Vendored
6 lines
65 B
Kotlin
Vendored
// WITH_STDLIB
|
|
|
|
fun test() {
|
|
val x = 0
|
|
<caret>val y = 0
|
|
} |