Files
kotlin/compiler/testData/loadJava/kotlinSignature/MethodWithVararg.txt

7 lines
239 B
Plaintext

namespace test
public open class test.MethodWithVararg : java.lang.Object {
public final /*constructor*/ fun <init>(): test.MethodWithVararg
public open fun foo(/*0*/ vararg p0: jet.String /*jet.Array<jet.String>*/): jet.Tuple0
}