Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
ir
/
irText
/
expressions
/
whenUnusedExpression.fir.kt.txt
blob: 5f90660dbd5bf4f69686f230f052de99a7534b98 [
file
]
fun test(b: Boolean, i: Int) {
when {
b -> { // BLOCK
{ // BLOCK
val tmp_0: Int = i
when {
EQEQ(arg0 = tmp_0, arg1 = 0) -> 1
else -> null
}
}
}
else -> null
} /*~> Unit */
}