diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-11-21 17:18:25 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-11-21 17:19:49 +0300 |
commit | b6d79cf83917e6a8c843209df3ffa7d9e54d0917 (patch) | |
tree | 56144d5067445f72eb4c13264e1b8942c0738adf /core/testdata | |
parent | afea8e9e9c4b88af8c7eb7fc2d993d2eca29c4a1 (diff) | |
download | dokka-b6d79cf83917e6a8c843209df3ffa7d9e54d0917.tar.gz dokka-b6d79cf83917e6a8c843209df3ffa7d9e54d0917.tar.bz2 dokka-b6d79cf83917e6a8c843209df3ffa7d9e54d0917.zip |
Do not suppress Companions when it's extends/implements something
Diffstat (limited to 'core/testdata')
-rw-r--r-- | core/testdata/format/inheritedCompanionObjectProperties.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/testdata/format/inheritedCompanionObjectProperties.md b/core/testdata/format/inheritedCompanionObjectProperties.md index b3b3230e..db764ff0 100644 --- a/core/testdata/format/inheritedCompanionObjectProperties.md +++ b/core/testdata/format/inheritedCompanionObjectProperties.md @@ -4,6 +4,10 @@ `class C : `[`A`](test/-a/index) +### Types + +| [Companion](test/-c/-companion/index) | `companion object Companion : `[`B`](test/-b/index) | + ### Constructors | [<init>](test/-c/-init-) | `C()` | |