aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/classWithClassObject.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/format/classWithClassObject.md')
-rw-r--r--test/data/format/classWithClassObject.md29
1 files changed, 3 insertions, 26 deletions
diff --git a/test/data/format/classWithClassObject.md b/test/data/format/classWithClassObject.md
index 10cac365..f694a76f 100644
--- a/test/data/format/classWithClassObject.md
+++ b/test/data/format/classWithClassObject.md
@@ -14,40 +14,17 @@ class Klass
### Constructors
-|
-[<init>](out.md)
-
- |
-```
-public Klass()
-```
-
- |
+| [<init>](out.md) | `public Klass()` |
### Class Object Properties
-|
-[x](out.md)
-
- |
-```
-val x: Int
-```
-
- |
+| [x](out.md) | `val x: Int` |
### Class Object Functions
-|
-[foo](out.md)
-
- |
-```
-fun foo(): Unit
-```
+| [foo](out.md) | `fun foo(): Unit` |
- |