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