aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/classWithCompanionObject.md
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/classWithCompanionObject.md')
-rw-r--r--core/testdata/format/classWithCompanionObject.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/testdata/format/classWithCompanionObject.md b/core/testdata/format/classWithCompanionObject.md
index 9398c3d3..45684c0e 100644
--- a/core/testdata/format/classWithCompanionObject.md
+++ b/core/testdata/format/classWithCompanionObject.md
@@ -1,26 +1,18 @@
[test](test/index) / [Klass](test/-klass/index)
-
# Klass
`class Klass`
-
-
### Constructors
-
| [<init>](test/-klass/-init-) | `Klass()` |
-
### Companion Object Properties
-
| [x](test/-klass/x) | `val x: Int` |
-
### Companion Object Functions
-
| [foo](test/-klass/foo) | `fun foo(): Unit` |