Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
conditions
/
negatedNullCompare.kt
blob: 82770b9acc644b98720f5c8db8deca9963abce17 [
file
] [
log
] [
blame
]
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