9 lines
125 B
Plaintext
Vendored
9 lines
125 B
Plaintext
Vendored
fun foo() {
|
|
{ // BLOCK
|
|
do// COMPOSITE {
|
|
val x: Int = 42
|
|
// } while (EQEQ(arg0 = x, arg1 = 42).not())
|
|
}
|
|
}
|
|
|