6 lines
59 B
Kotlin
6 lines
59 B
Kotlin
fun test() {
|
|
val a = 12
|
|
a<caret>
|
|
}
|
|
|
|
// ORDER: a, as |