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