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