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