Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f467c970b2a4ee4ada1a66e72db80b847652c1d1
/
.
/
compiler
/
testData
/
ir
/
irText
/
expressions
/
whenCoercedToUnit.kt
blob: 8d3461d444bfcb43b525138dc7bee5b363de134b [
file
] [
log
] [
blame
]
// FIR_IDENTICAL
// WITH_STDLIB
fun foo
(
x
:
Int
)
{
when
(
x
)
{
0
->
0
}
}