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