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