aboutsummaryrefslogtreecommitdiff
path: root/dottydoc/jvm/test/TestCommentParsing.scala
blob: 16e8559574a6ca995f3542a048d884d7435f5f38 (plain) (blame)
1
2
3
4
5
6
7
8
9
package dotty.tools
package dottydoc

import org.junit.Test
import org.junit.Assert._

class TestWhitelistedCollections extends DottyTest {
  @Test def test = assert(false)
}