Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
21de67cac1bef9259daa407b68a12e178923aef3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
conditions
/
nullCompare.kt
blob: 28110eba44d7ae86ffabd175ed19a2b30df13594 [
file
]
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