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: 02b3094bdb5dab28fd114db7cd8702550708c4b2 (
plain
)
1
2
3
4
5
6
/**
* returns 1
*/
inline
suspend
fun
foo
(
a
:
()
->
String
):
Int
{
1
}