blob: 8d3461d444bfcb43b525138dc7bee5b363de134b [file] [log] [blame]
// FIR_IDENTICAL
// WITH_STDLIB
fun foo(x: Int) {
when (x) {
0 -> 0
}
}