Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
when
/
lookupSwitch.kt
blob: d0d154ce0b541acafc940699c4929fbd930249eb [
file
]
fun foo
(
x
:
Int
):
String
{
return
when
(
x
)
{
100
->
"1"
200
->
"2"
300
->
"3"
else
->
"else"
}
}
// 1 LOOKUPSWITCH
// 0 TABLESWITCH