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