mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
All bytecode text tests are run with stdlib in the classpath and only for JVM backend, therefore directives WITH_RUNTIME, TARGET_BACKEND, IGNORE_BACKEND are not needed
6 lines
87 B
Kotlin
Vendored
6 lines
87 B
Kotlin
Vendored
fun testPrimitiveArray(ints: IntArray) =
|
|
10 in ints.indices
|
|
|
|
// 0 DUP
|
|
// 0 POP
|