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