blob: 85d513563cdfbcdf1ef1f9558f992ee57f8ec638 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
[test](test/index) / [Bar](test/-bar/index)
# Bar
`class Bar`
Some class with really useless documentation.
# Beer o'clock - time to go to the [Bar](test/-bar/index)
## But **is [it](isitbeeroclock.com)** really?
### [Bar.hello](test/-bar/hello) to the [Bar.world](test/-bar/world)!
#### *Kotlin is amazing, [Bar.none](test/-bar/none)*
##### We need to go [Bar.deeper](test/-bar/deeper)
###### End of the [Bar.line](test/-bar/line) - we need to go back!
### Constructors
| [<init>](test/-bar/-init-) | `Bar()`<br>Some class with really useless documentation. |
### Functions
| [deeper](test/-bar/deeper) | `fun deeper(): Unit` |
| [foo](test/-bar/foo) | `fun foo(): Unit` |
| [hello](test/-bar/hello) | `fun hello(): Unit` |
| [kotlin](test/-bar/kotlin) | `fun kotlin(): Unit` |
| [line](test/-bar/line) | `fun line(): Unit` |
| [none](test/-bar/none) | `fun none(): Unit` |
| [world](test/-bar/world) | `fun world(): Unit` |
|