mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
9 lines
96 B
Kotlin
Vendored
9 lines
96 B
Kotlin
Vendored
fun box() {
|
|
val x = Array(1) { "" }
|
|
}
|
|
|
|
// 0 IFNULL
|
|
// 0 IFNONNULL
|
|
// 0 ATHROW
|
|
// 0 throwNpe
|