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