index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
testdata
/
java
/
varargs.java
blob: d184564e8963aaad79e968f39452d8732c281d2d (
plain
)
1
2
3
class
Foo
{
public
void
bar
(
String
...
x
);
}