aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t0453.scala
blob: dfacc5eed7c6f6d2029729160ac8f3c5693628ae (plain) (tree)
1
2
3
4
5
6





                                   
object Test {
  val foo = new {
    trait Bar
    def l () : Bar = { new Bar {} }
  }
}