Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
when
/
whenZero.kt
blob: 333828445478ed87267242d77dd7a6878b4cbeac [
file
]
fun test
(
a
:
Int
,
b
:
Int
,
c
:
Int
)
{
when
(
0
)
{
a
->
throw
IllegalArgumentException
(
"a is 0"
)
b
->
throw
IllegalArgumentException
(
"b is 0"
)
c
->
throw
IllegalArgumentException
(
"c is 0"
)
}
}
// 0 IF_ICMPNE
// 3 IFNE