Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
conditions
/
nullCompare.kt
blob: 28110eba44d7ae86ffabd175ed19a2b30df13594 [
file
] [
log
] [
blame
]
fun main
(
p
:
String
?)
{
if
(
p
==
null
)
{
"then"
}
else
{
"else"
}
}
//0 ICONST_0
//0 ICONST_1
//0 ACONST_NULL
//1 IFNONNULL
//1 IF
//1 GOTO