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