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
/
format
/
receiverReference.kt
blob: 3e6e2056db72a8145556b14cacc349aae6242941 (
plain
)
1
2
3
4
5
6
/**
* Prints [this]
*/
fun
String
.
some
()
{
println
(
this
)
}