diff options
Diffstat (limited to 'core/testdata/format/linksInEmphasis.kt')
-rw-r--r-- | core/testdata/format/linksInEmphasis.kt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/core/testdata/format/linksInEmphasis.kt b/core/testdata/format/linksInEmphasis.kt deleted file mode 100644 index 3e2017d2..00000000 --- a/core/testdata/format/linksInEmphasis.kt +++ /dev/null @@ -1,13 +0,0 @@ -/** - * An emphasised class. - * - * _This class [Bar] is awesome._ - * - * _Even more awesomer is the function [Bar.foo]_ - * - * _[Bar.hello] is also OK_ - */ -class Bar { - fun foo() {} - fun hello() {} -} |