Files
kotlin/compiler/testData/loadJava/vararg/VarargInt.kt
Andrey Breslav 5eaa5b396b Removing usages of tuples from test data
(KT-2358 Drop tuples)
 #KT-2358 In progress
2012-09-18 20:27:09 +04:00

6 lines
131 B
Kotlin

package test
public open class VarargInt() : java.lang.Object() {
public open fun vararg(vararg p0: Int): Unit = Unit.VALUE
}