blob: 334df360d4005aca618b7cc2ff577d6c1d9d2505 (
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` |
|