Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fcbc6b84598bef4d4ca95c593070c2a5cba1da35
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
Vararg.java
blob: 8798012c249e8e8bd30d85ff895ae35c6ffe1a21 [
file
]
package
test
;
public
class
Vararg
{
public
static
void
method
(
String
...
args
)
{}
}