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