65f06454be
#KT-30970 Fixed
6 lines
101 B
Kotlin
Vendored
6 lines
101 B
Kotlin
Vendored
// PROBLEM: 'do while' has empty body
|
|
// FIX: none
|
|
|
|
fun test(i: Int) {
|
|
<caret>do while (i == 1)
|
|
} |