Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
when
/
whenZero.kt
blob: 8b2c0dee9d3faa73cb08b70bdbaed35ea59ab5bb [
file
]
// IGNORE_BACKEND: JVM_IR
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