blob: 82f681dcf5d8f6742704ce3d7a8655d1aeb5b8a2 [file] [log] [blame]
package test
public open class MethodWithVararg {
public constructor MethodWithVararg()
public open fun foo(/*0*/ vararg p0: kotlin.String! /*kotlin.Array<(out) kotlin.String!>!*/): kotlin.Unit
}