Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
534b00eff856e0e4dcaf105df9a043d9b1263ff7
/
.
/
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