Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
8b277dbf2a0b59c00963dac3dde55cf06a3f4dc6
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
Vararg.txt
blob: b6d495b502c5a2164205c2505d5f7ed61cd0bab2 [
file
]
package test
public fun useVarargs(): kotlin.Unit
public open class Vararg {
public constructor Vararg()
// Static members
public open fun method(/*0*/ vararg kotlin.String! /*kotlin.Array<(out) kotlin.String!>!*/): kotlin.Unit
}