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