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

6 lines
99 B
Plaintext
Vendored

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