blob: bed5bd44d2fdc581ba391b92f61b7d8a1f37eae3 (
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
|
[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` |
|