test / C

C

class C : A

Types

| Companion | companion object Companion : B |

Constructors

| <init> | C() |

Functions

| xyzzy | fun xyzzy(): Unit |

Inherited Functions

| foo | fun foo(): Unit |

Companion Object Functions

| shazam | fun shazam(): Unit |

Inherited Companion Object Functions

| bar | fun bar(): Unit |