mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
7 lines
236 B
Plaintext
7 lines
236 B
Plaintext
package test
|
|
|
|
public open class VarargReplacedWithNotVararg {
|
|
/*primary*/ public constructor VarargReplacedWithNotVararg()
|
|
public open fun foo(/*0*/ vararg p0: kotlin.String? /*kotlin.Array<out kotlin.String?>*/): kotlin.Unit
|
|
}
|