Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
whenStringOptimization
/
expression.kt
blob: 4831cfb6df9f397c25ecf29cc2f5108b612bd897 [
file
] [
log
] [
blame
]
fun foo
(
x
:
String
)
:
String
{
return
when
(
x
)
{
"abc"
,
"cde"
->
"abc_cde"
"efg"
,
"ghi"
->
"efg_ghi"
else
->
"other"
}
}
// 1 LOOKUPSWITCH