Files
kotlin-fork/compiler/testData/integration/ant/jvm/wrongCallForCollectionLiteral/myArrayOf.kt
T
Mikhail Zarechenskiy 0b358fb693 Fix collection literals resolve in gradle-based projects
#KT-19441 Fixed
2017-08-07 17:52:08 +03:00

3 lines
80 B
Kotlin
Vendored

package kotlin
public fun intArrayOf(vararg elements: Int): FloatArray = TODO()