Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
checkcast
/
kt15411.kt
blob: 66f103e538158670bede2a010f79ff9b5b02bb18 [
file
]
// IGNORE_BACKEND: JVM_IR
// KT-15411 Unnecessary CHECKCAST bytecode when dealing with null
fun test1
():
String
?
{
return
null
}
fun test2
():
BooleanArray
?
{
return
null
}
fun test3
():
Unit
?
{
return
null
}
// 0 CHECKCAST