Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
70b97c5abe682fb7598fc5070d94c39256a0baa4
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
when
/
subjectValInIntWhenHasLocalVariableSlot.kt
blob: 9b3c7bac6049d4ed1f800ea3e348f9eda5cf5d88 [
file
]
// LANGUAGE: +VariableDeclarationInWhenSubject
fun test
(
a
:
Int
)
=
when
(
val subject
=
a
)
{
1
->
0
2
->
1
3
->
2
else
->
-
1
}
// 1 LOCALVARIABLE subject