Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
localInitializationLVT
/
ifStatementWithoutBlock.kt
blob: bea5d19239d9a6004541a78ff4e374978174c6d6 [
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 L5 0