• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[test](../index.md) / [C](./index.md)
2
3# C
4
5`class C : `[`A`](../-a/index.md)
6
7### Types
8
9| [Companion](-companion/index.md) | `companion object Companion : `[`B`](../-b/index.md) |
10
11### Constructors
12
13| [<init>](-init-.md) | `C()` |
14
15### Functions
16
17| [xyzzy](xyzzy.md) | `fun xyzzy(): Unit` |
18
19### Inherited Functions
20
21| [foo](../-a/foo.md) | `fun foo(): Unit` |
22
23### Companion Object Functions
24
25| [shazam](shazam.md) | `fun shazam(): Unit` |
26
27### Inherited Companion Object Functions
28
29| [bar](../-b/bar.md) | `fun bar(): Unit` |
30
31