summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/SI-5558.scala
blob: 6523438b860f9435de21be4f487e8d1e25945c85 (plain) (blame)
1
2
3
4
5
6
package test {
  class T
  object `package` {
    def foo = ???
  }
}