aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/inheritedCompanionObjectProperties.md
blob: 700570cc15c4ee442bd19b13803a5278c63487a6 (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](../../index.md) / [C](./index.md)

# C

`class C : `[`A`](../-a/index.md)

### Types

| [Companion](-companion/index.md) | `companion object Companion : `[`B`](../-b/index.md) |

### Constructors

| [<init>](-init-.md) | `C()` |

### Functions

| [xyzzy](xyzzy.md) | `fun xyzzy(): Unit` |

### Inherited Functions

| [foo](../-a/foo.md) | `fun foo(): Unit` |

### Companion Object Functions

| [shazam](shazam.md) | `fun shazam(): Unit` |

### Inherited Companion Object Functions

| [bar](../-b/bar.md) | `fun bar(): Unit` |