summaryrefslogtreecommitdiff
path: root/test/pos/bug208.scala
blob: 99c7faefe27709b911f259f22f97de4b07639f51 (plain) (blame)
1
2
3
4
5
6
7
8
object Test {
  def f = {
    object o {
      trait T;
    }
    o
  }
}