aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/inheritedCompanionObjectProperties.md
blob: b3b3230ed1fb0e39f4f52823729b33e34c451411 (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
[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` |