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
/
classes
/
secondaryConstructor.kt
blob: e5cb2557c1bb0a74e59e04750673a28afce97d15 (
plain
)
1
2
3
4
5
class
C
()
{
/** This is a secondary constructor. */
constructor
(
s
:
String
):
this
()
{
}
}