Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
59f7c197ea1f79c0c7cdc3eeb3856ad766100508
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
lineNumbers
/
when.kt
blob: f35b9932486b37e1d02ada6059432ed81e7f7fe9 [
file
]
fun foo
()
{
val p
=
1
when
(
p
)
{
0
->
System
.
out
?.
println
()
else
->
System
.
out
?.
println
()
}
}
// 1 LINENUMBER 3