Files
kotlin/compiler/testData/loadJava/kotlinSignature/error/NotVarargReplacedWithVararg.txt

7 lines
229 B
Plaintext

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