Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
when
/
subjectValInStringWhenHasLocalVariableSlot.kt
blob: 3988295f6f5d27821d48b0e01fcb4cb29bd502fb [
file
]
fun test
(
a
:
String
)
=
when
(
val subject
=
a
)
{
""
->
0
"a"
->
1
else
->
-
1
}
// 1 LOCALVARIABLE subject