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
/
test
/
data
/
functions
/
genericFunctionWithConstraints.kt
blob: 11598ae7bcf5d1db1ce09f193fa1169cd7cb613a (
plain
)
1
2
3
4
5
6
/**
* generic function
*/
fun
<
T
:
CharSequence
>
generic
()
{
}