aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/annotations.md
blob: caf840849175deed805a8183572d063046da655e (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
[test](test/index) / [Foo](test/-foo/index)


# Foo

`data class Foo`



### Constructors


| [<init>](test/-foo/-init-) | `Foo()` |


### Properties


| [x](test/-foo/x) | `inline val x: Int` |


### Functions


| [bar](test/-foo/bar) | `inline fun bar(noinline notInlined: () -> Unit): Unit` |