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

# Foo

`data class Foo`

### Constructors

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

### Properties

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

### Functions

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