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