Files
kotlin-fork/compiler/testData/ir/irText/declarations/localVarInDoWhile.kt.txt
T
2020-11-26 00:14:11 +03:00

9 lines
125 B
Plaintext
Vendored

fun foo() {
{ // BLOCK
do// COMPOSITE {
val x: Int = 42
// } while (EQEQ(arg0 = x, arg1 = 42).not())
}
}