aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/inheritedExtensions.md
blob: 79137eac2b8f545f6df8d84b70a679b4069d1946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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` |