6 lines
63 B
Kotlin
6 lines
63 B
Kotlin
fun test() {
|
|
val r = 12
|
|
r<caret>
|
|
}
|
|
|
|
// ORDER: r, return |