Files
kotlin-fork/compiler/testData/codegen/bytecodeText/checkcast/kt15411.kt
T

14 lines
145 B
Kotlin
Vendored

fun test1(): String? {
return null
}
fun test2(): BooleanArray? {
return null
}
fun test3(): Unit? {
return null
}
// 0 CHECKCAST