diff options
| author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2016-11-16 16:51:08 +0300 |
|---|---|---|
| committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2016-11-24 20:15:49 +0300 |
| commit | 76c7e32f74b8982303a86f81b2ffed2b2a7e7c70 (patch) | |
| tree | f9068cdf80d044fbd3d1c2f9be894de8884a1b07 /core/src/test/kotlin/format | |
| parent | 17a9a1774ec10690a031ae7afba5f5cfc59a9f24 (diff) | |
| download | dokka-76c7e32f74b8982303a86f81b2ffed2b2a7e7c70.tar.gz dokka-76c7e32f74b8982303a86f81b2ffed2b2a7e7c70.tar.bz2 dokka-76c7e32f74b8982303a86f81b2ffed2b2a7e7c70.zip | |
Type alias support
Diffstat (limited to 'core/src/test/kotlin/format')
| -rw-r--r-- | core/src/test/kotlin/format/MarkdownFormatTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/test/kotlin/format/MarkdownFormatTest.kt b/core/src/test/kotlin/format/MarkdownFormatTest.kt index 7f0922ba..280e8e22 100644 --- a/core/src/test/kotlin/format/MarkdownFormatTest.kt +++ b/core/src/test/kotlin/format/MarkdownFormatTest.kt @@ -28,7 +28,7 @@ class MarkdownFormatTest { } //TODO: Enable after typealias support - @Ignore("Disabled until we will correctly support typealias") + // @Ignore("Disabled until we will correctly support typealias") @Test fun exceptionClass() { verifyMarkdownNode("exceptionClass", withKotlinRuntime = true) verifyMarkdownPackage("exceptionClass", withKotlinRuntime = true) |
