blob: a3091aebe67fd39b5cdaf2a47128da81fb6df04c (
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<T> : `[`Foo`](test/-foo/index)`<T>`
### Constructors
| [<init>](test/-bar/-init-) | `Bar()` |
### Extension Functions
| [first](test/first) | `fun <T> `[`Foo`](test/-foo/index)`<T>.first(): Unit` |
| [second](test/second) | `fun <T> `[`Bar`](test/-bar/index)`<T>.second(): Unit` |
|