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