609154bab3
#KT-4468 Fixed #KT-4376 Fixed
11 lines
84 B
Kotlin
11 lines
84 B
Kotlin
// MOVE: up
|
|
|
|
fun foo(x: Boolean) {
|
|
if (x) {
|
|
|
|
}
|
|
<caret>if (x) {
|
|
|
|
}
|
|
}
|