fcce1e3838
#KT-12852 Fixed
11 lines
190 B
Kotlin
Vendored
11 lines
190 B
Kotlin
Vendored
fun foo() {
|
|
while (true) {
|
|
while (p) {
|
|
while (x > 0) {
|
|
do {
|
|
<caret>
|
|
} while (true)
|
|
}
|
|
}
|
|
}
|
|
} |