65f06454be
#KT-30970 Fixed
7 lines
84 B
Kotlin
Vendored
7 lines
84 B
Kotlin
Vendored
// PROBLEM: none
|
|
|
|
fun test(i: Int) {
|
|
<caret>while (i == 1) foo()
|
|
}
|
|
|
|
fun foo() {} |