Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
when
/
whenNull.kt
blob: 19cc0a6acf8d98daafa6a6ad53942425126c7cf1 [
file
]
fun test
(
a
:
Any
?,
b
:
Any
?,
c
:
Any
?)
{
when
(
null
)
{
a
->
throw
IllegalArgumentException
(
"a is null"
)
b
->
throw
IllegalArgumentException
(
"b is null"
)
c
->
throw
IllegalArgumentException
(
"c is null"
)
}
}
// 0 areEqual
// 3 IFNONNULL