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