Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
when
/
subjectValInIntWhenHasLocalVariableSlot.kt
blob: 22a8e1e8f3d5f780042c524570f3b31221bf0920 [
file
]
fun test
(
a
:
Int
)
=
when
(
val subject
=
a
)
{
1
->
0
2
->
1
3
->
2
else
->
-
1
}
// 1 LOCALVARIABLE subject