Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
ir
/
irText
/
expressions
/
whenElse.kt
blob: 9a7f02362e61bba716e8f9c35e938df249b8b4ef [
file
] [
log
] [
blame
]
// FIR_IDENTICAL
fun test
()
=
when
{
else
->
42
}