Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
417088e15084daef5c72bc17ea66d3cf3c026c33
/
.
/
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