Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
localInitializationLVT
/
ifStatement.kt
blob: 4ed08dd034a3b43fdb2abdfc5e13d3aeefc3d882 [
file
]
// IGNORE_BACKEND: JVM_IR
import
kotlin
.
random
.
Random
fun test
():
Char
{
val c
:
Char
if
(
Random
.
nextBoolean
())
{
c
=
'1'
}
else
{
c
=
'2'
}
return
c
}
// 3 ISTORE 0
// 1 LOCALVARIABLE c C L1 L7 0