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
/
format
/
nullability.kt
blob: d1d4545bf3e62ccab5f727e5a80bf24f2273d949 (
plain
)
1
2
3
4
5
class
C
<
T
>
{
fun
foo
():
Comparable
<
T
>?
{
return
null
}
}