Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
conditions
/
nullCompareInWhile.kt
blob: df9750fc4ae3c852db7e7ea84ba1ef4300c65f93 [
file
] [
log
] [
blame
]
fun main
(
p
:
String
?)
{
// Generates IFNONNULL and GOTO
while
(
p
==
null
)
{
"loop"
}
}
//0 ICONST_0
//0 ICONST_1
//0 ACONST_NULL
//1 IFNONNULL
//1 IF
//1 GOTO