Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
kotlinSignature
/
MethodWithVararg.java
blob: 85a2319bbb9c04fbda163e1bc27fa5b3e552dbfc [
file
]
package
test
;
public
class
MethodWithVararg
{
public
void
foo
(
String
...
s
)
{
}
}