blob: 3b0a9dc9919a049f094d87f1f76dd7e30694bccd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[test](test/index) / [Bar](test/-bar/index)
# Bar
`class Bar : `[`Foo`](test/-foo/index)
### Constructors
| [<init>](test/-bar/-init-) | `Bar()` |
### Extension Functions
| [shazam](test/shazam) | `fun `[`Bar`](test/-bar/index)`.shazam(i: Int): Unit`<br>`fun `[`Foo`](test/-foo/index)`.shazam(): Unit` |
| [xyzzy](test/xyzzy) | `fun `[`Bar`](test/-bar/index)`.xyzzy(): Unit` |
|