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

module test {

  def x: A = x;

}