diff options
Diffstat (limited to 'core/testdata/format/classWithCompanionObject.md')
-rw-r--r-- | core/testdata/format/classWithCompanionObject.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/core/testdata/format/classWithCompanionObject.md b/core/testdata/format/classWithCompanionObject.md deleted file mode 100644 index 850e51ec..00000000 --- a/core/testdata/format/classWithCompanionObject.md +++ /dev/null @@ -1,18 +0,0 @@ -[test](../../index.md) / [Klass](./index.md) - -# Klass - -`class Klass` - -### Constructors - -| [<init>](-init-.md) | `Klass()` | - -### Companion Object Properties - -| [x](x.md) | `val x: Int` | - -### Companion Object Functions - -| [foo](foo.md) | `fun foo(): Unit` | - |