blob: 3c2f2e9d099686c5b955e73b6bebe711d7cb9fc0 [file] [log] [blame]
fun foo() {
{ // BLOCK
}
val x: Int = 0
{ // BLOCK
val tmp0_subject: Int = x
when {
else -> { // BLOCK
}
}
}
val z: Unit = { // BLOCK
val tmp1_subject: Int = x
when {
else -> { // BLOCK
}
}
}
}