mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
7 lines
239 B
Plaintext
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
|
|
}
|