19824201e2
#KT-9065 Fixed
8 lines
101 B
Kotlin
Vendored
8 lines
101 B
Kotlin
Vendored
// MOVE: up
|
|
fun test(i: Int) {
|
|
if (i == 1) {
|
|
run {
|
|
}
|
|
}
|
|
<caret>println()
|
|
} |