summaryrefslogtreecommitdiff
path: root/test/pos/A.scala
blob: 2f7c958ae20f61969f543d7965569c6ce6919c27 (plain) (blame)
1
2
3
4
5
6
7
8
trait A extends scala.Object {}

module test {

  def x: A = x;

}