blob: e98d31cc5a4de77edce876844509be60984bb4e8 (
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](test/index) / [Bar](test/-bar/index)
# Bar
`class Bar`
A strong class.
**This class [Bar](test/-bar/index) is awesome.**
**Even more awesomer is the function [Bar.foo](test/-bar/foo)**
**[Bar.hello](test/-bar/hello) is also OK**
### Constructors
| [<init>](test/-bar/-init-) | `Bar()`<br>A strong class. |
### Functions
| [foo](test/-bar/foo) | `fun foo(): Unit` |
| [hello](test/-bar/hello) | `fun hello(): Unit` |
|