Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
kotlinSignature
/
MethodWithVararg.txt
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
}