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