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