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