189705727f
#KT-4710 Fixed
6 lines
46 B
Plaintext
6 lines
46 B
Plaintext
fun foo(x: Boolean) {
|
|
while(x) {
|
|
|
|
}
|
|
}
|