aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/annotations.md
blob: e745213ed06ccbe77088490df5dcebaeed5fba80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[test](out.md) / [](out.md) / [Foo](out.md)


# Foo


```
data class Foo
```




### Constructors


| [<init>](out.md) | `public Foo()` |


### Properties


| [x](out.md) | `inline val x: Int` |


### Functions


| [bar](out.md) | `inline fun bar(noinline notInlined: () -> Unit): Unit` |