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
/
inlineSuspendFunction.kt
blob: f2009effd9ba83512938702d9957ac5916930ada (
plain
)
1
2
3
4
5
6
/**
* returns 1
*/
inline
suspend
fun
foo
():
Int
{
1
}