blob: 0bf1a5f65147b3aa34f3a36f9639a5e3bc4ed1f3 (
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](../../index.md) / [Bar](./index.md)
# Bar
`class Bar : `[`Foo`](../-foo/index.md)
### Constructors
| [<init>](-init-.md) | `Bar()` |
### Properties
| [secondProp](second-prop.md) | `val secondProp: Int` |
### Inherited Properties
| [firstProp](../-foo/first-prop.md) | `val firstProp: Int` |
### Functions
| [second](second.md) | `fun second(): Unit` |
### Inherited Functions
| [first](../-foo/first.md) | `fun first(): Unit` |
|