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