Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
21de67cac1bef9259daa407b68a12e178923aef3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
conditions
/
negatedNullCompare.kt
blob: 82770b9acc644b98720f5c8db8deca9963abce17 [
file
]
fun main
(
p
:
String
?)
{
if
(!(
p
==
null
))
{
"then"
}
else
{
"else"
}
}
//0 ICONST_0
//0 ICONST_1
//0 ACONST_NULL
//1 IFNULL
//1 IF
//1 GOTO