Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
ir
/
irText
/
expressions
/
whenCoercedToUnit.kt.txt
blob: 4a28561f032c4155f5d8401402b7fa14a486a0dd [
file
]
fun foo(x: Int) {
{ // BLOCK
val tmp_0: Int = x
when {
EQEQ(arg0 = tmp_0, arg1 = 0) -> 0 /*~> Unit */
}
}
}