aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/inheritedCompanionObjectProperties.md
blob: 9ec24edb8a28a5da7baf675a39687ce7af83fbe3 (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
31
32
33
34
35
36
37
38
[test](test/index) / [C](test/-c/index)


# C

`class C : [A](test/-a/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` |