aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/inheritedMembers.md
blob: d58d39744f5ac5a3b0d2d119a2b536ca319530e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[test](test/index) / [Bar](test/-bar/index)


# Bar

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



### Constructors


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


### Properties


| [secondProp](test/-bar/second-prop) | `val secondProp: Int` |


### Inherited Properties


| [firstProp](test/-foo/first-prop) | `val firstProp: Int` |


### Functions


| [second](test/-bar/second) | `fun second(): Unit` |


### Inherited Functions


| [first](test/-foo/first) | `fun first(): Unit` |