Files
2023-08-07 16:22:01 +00:00

6 lines
65 B
Kotlin
Vendored

// WITH_STDLIB
fun test() {
val x = 0
<caret>val y = 0
}