0b647ac358
Split testData into 'classes' and 'expressions'.
5 lines
79 B
Kotlin
Vendored
5 lines
79 B
Kotlin
Vendored
val p = 0
|
|
fun foo() = 1
|
|
|
|
fun test(a: IntArray) =
|
|
a[0] + a[p] + a[foo()] |