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: dc7fa3bb57d88e75454c622fc3a294b0f5bb3b54 (
plain
)
1
2
3
4
5
6
/**
* generic function
*/
fun
<
T
:
R
,
R
>
generic
()
{
}