Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
when
/
tableSwitch.kt
blob: 7b6e77b90af25a7c4da52b4301ba49f6f27625ad [
file
] [
log
] [
blame
]
fun foo
(
x
:
Int
):
String
{
return
when
(
x
)
{
101
->
"1"
102
->
"2"
103
->
"3"
else
->
"else"
}
}
// 0 LOOKUPSWITCH
// 1 TABLESWITCH