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