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