aboutsummaryrefslogtreecommitdiff
path: root/dottydoc/jvm/test/TestCommentParsing.scala
diff options
context:
space:
mode:
Diffstat (limited to 'dottydoc/jvm/test/TestCommentParsing.scala')
-rw-r--r--dottydoc/jvm/test/TestCommentParsing.scala9
1 files changed, 9 insertions, 0 deletions
diff --git a/dottydoc/jvm/test/TestCommentParsing.scala b/dottydoc/jvm/test/TestCommentParsing.scala
new file mode 100644
index 000000000..16e855957
--- /dev/null
+++ b/dottydoc/jvm/test/TestCommentParsing.scala
@@ -0,0 +1,9 @@
+package dotty.tools
+package dottydoc
+
+import org.junit.Test
+import org.junit.Assert._
+
+class TestWhitelistedCollections extends DottyTest {
+ @Test def test = assert(false)
+}