1[test](../index.md) / [Bar](./index.md) 2 3# Bar 4 5`class Bar` 6 7A strong class. 8 9**This class [Bar](./index.md) is awesome.** 10 11**Even more awesomer is the function [Bar.foo](foo.md)** 12 13**[Bar.hello](hello.md) is also OK** 14 15### Constructors 16 17| [<init>](-init-.md) | `Bar()`<br>A strong class. | 18 19### Functions 20 21| [foo](foo.md) | `fun foo(): Unit` | 22| [hello](hello.md) | `fun hello(): Unit` | 23 24