1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
[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` `fun [Foo](test/-foo/index).shazam(): Unit` | | [xyzzy](test/xyzzy) | `fun [Bar](test/-bar/index).xyzzy(): Unit` |