aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/genericInheritedExtensions.md
blob: e02683a98834da01731679b2fecec67d46cda3f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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` |