Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
checkcast
/
kt15411.kt
blob: 80e17b0c1a0d5c93f1daf392e3b876cd5e9a46db [
file
] [
log
] [
blame
]
// 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