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
/
constructors.java
blob: 6f899d1822c0a5f2a1b86a7975717ba853d76f6e (
plain
)
1
2
3
4
5
class
Test
{
public
Test
()
{}
public
Test
(
String
s
)
{}
}