Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
nullCheckOptimization
/
kt12839.kt
blob: 391fdb2ec4e15964275ec37fb4212c9de7c8f08b [
file
] [
log
] [
blame
]
fun test
()
{
val value
=
System
.
getProperty
(
"key"
)
if
(
value
!=
null
)
{
value
.
toUpperCase
()
}
}
// 1 IFNULL
// 0 IFNONNULL