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