aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/annotations.md
blob: cc27d5afc3fe33f29304ae24d64a358ed6c1deb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[test](test/index) / [Foo](test/-foo/index)

# Foo

`data class Foo`

### Constructors

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

### Properties

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

### Functions

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