6 lines
60 B
Kotlin
6 lines
60 B
Kotlin
// MOVE: up
|
|
fun foo() {
|
|
val x = ""
|
|
<caret>// test
|
|
}
|