1[test](../index.md) / [Bar](./index.md) 2 3# Bar 4 5`class Bar : `[`Foo`](../-foo/index.md) 6 7### Constructors 8 9| [<init>](-init-.md) | `Bar()` | 10 11### Properties 12 13| [secondProp](second-prop.md) | `val secondProp: Int` | 14 15### Inherited Properties 16 17| [firstProp](../-foo/first-prop.md) | `val firstProp: Int` | 18 19### Functions 20 21| [second](second.md) | `fun second(): Unit` | 22 23### Inherited Functions 24 25| [first](../-foo/first.md) | `fun first(): Unit` | 26 27