Added alternative signature test with vararg parameter.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace test
|
||||
|
||||
open class test.MethodWithVararg : java.lang.Object {
|
||||
final /*constructor*/ fun <init>(): test.MethodWithVararg
|
||||
open fun foo(/*0*/ vararg p0: jet.String /*jet.Array<jet.String>*/): jet.Tuple0
|
||||
}
|
||||
Reference in New Issue
Block a user