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