279b406bca
#KT-5009 Fixed
8 lines
105 B
Plaintext
Vendored
8 lines
105 B
Plaintext
Vendored
fun foo() {
|
|
for (i in 1..10) {
|
|
<caret>if (i <= 1) continue
|
|
bar()
|
|
}
|
|
}
|
|
|
|
fun bar(){} |