Files
kotlin/compiler/testData/codegen/bytecodeText/deadCodeElimination/arrayConstructor.kt
2015-01-15 15:13:05 +03:00

9 lines
96 B
Kotlin
Vendored

fun box() {
val x = Array(1) { "" }
}
// 0 IFNULL
// 0 IFNONNULL
// 0 ATHROW
// 0 throwNpe