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

# Bar

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

### Constructors

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

### Extension Functions

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