From d1177b3e3ca5935329c36fb5617861dabbd0cd3a Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 28 Oct 2015 17:28:38 +0100 Subject: show extensions applicable to superclasses in the list of class members --- test/data/format/inheritedExtensions.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 test/data/format/inheritedExtensions.md (limited to 'test/data/format/inheritedExtensions.md') diff --git a/test/data/format/inheritedExtensions.md b/test/data/format/inheritedExtensions.md new file mode 100644 index 00000000..79137eac --- /dev/null +++ b/test/data/format/inheritedExtensions.md @@ -0,0 +1,21 @@ +[test](test/index) / [Bar](test/-bar/index) + + +# Bar + +`class Bar : [Foo](test/-foo/index)` + + + +### Constructors + + +| [<init>](test/-bar/-init-) | `Bar()` | + + +### Extension Functions + + +| [first](test/first) | `fun [Foo](test/-foo/index).first(): Unit` | +| [second](test/second) | `fun [Bar](test/-bar/index).second(): Unit` | + -- cgit