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