Massive test data update for compiledJava
This commit is contained in:
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
public open class MethodWithVararg {
|
||||
public constructor MethodWithVararg()
|
||||
public open fun foo(/*0*/ vararg s: kotlin.String /*kotlin.Array<kotlin.String>*/): kotlin.Unit
|
||||
}
|
||||
public open fun foo(/*0*/ vararg s: kotlin.String! /*kotlin.Array<(out) kotlin.String!>!*/): kotlin.Unit
|
||||
}
|
||||
Reference in New Issue
Block a user