test / Bar

Bar

class Bar<T> : Foo<T>

Constructors

| <init> | Bar() |

Extension Functions

| first | fun <T> Foo<T>.first(): Unit | | second | fun <T> Bar<T>.second(): Unit |