3a8ad45dec
Reverts and fixes 102f0d3
7 lines
207 B
Plaintext
7 lines
207 B
Plaintext
package test
|
|
|
|
public open class MethodWithVararg {
|
|
/*primary*/ public constructor MethodWithVararg()
|
|
public open fun foo(/*0*/ vararg s: kotlin.String /*kotlin.Array<kotlin.String>*/): kotlin.Unit
|
|
}
|