aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/inheritedExtensions.md
blob: 611b4f6acf355527c22c4d926c70fd585da7d257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[test](test/index) / [Bar](test/-bar/index)

# Bar

`class Bar : `[`Foo`](test/-foo/index)

### Constructors

| [<init>](test/-bar/-init-) | `Bar()` |

### Extension Functions

| [first](test/first) | `fun `[`Foo`](test/-foo/index)`.first(): Unit` |
| [second](test/second) | `fun `[`Bar`](test/-bar/index)`.second(): Unit` |