[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` |