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