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
/
annotations.kt
blob: 57f76249b43b5213226a749fcdd73adb3bdfd89a (
plain
)
1
2
3
4
5
6
data
class
Foo
{
inline
fun
bar
(
noinline
notInlined
:
()
->
Unit
)
{
}
inline
val
x
:
Int
}