aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/inheritedMembers.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/format/inheritedMembers.md')
-rw-r--r--test/data/format/inheritedMembers.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/test/data/format/inheritedMembers.md b/test/data/format/inheritedMembers.md
new file mode 100644
index 00000000..d58d3974
--- /dev/null
+++ b/test/data/format/inheritedMembers.md
@@ -0,0 +1,38 @@
+[test](test/index) / [Bar](test/-bar/index)
+
+
+# Bar
+
+`class Bar : [Foo](test/-foo/index)`
+
+
+
+### Constructors
+
+
+| [<init>](test/-bar/-init-) | `Bar()` |
+
+
+### Properties
+
+
+| [secondProp](test/-bar/second-prop) | `val secondProp: Int` |
+
+
+### Inherited Properties
+
+
+| [firstProp](test/-foo/first-prop) | `val firstProp: Int` |
+
+
+### Functions
+
+
+| [second](test/-bar/second) | `fun second(): Unit` |
+
+
+### Inherited Functions
+
+
+| [first](test/-foo/first) | `fun first(): Unit` |
+