summaryrefslogblamecommitdiff
path: root/test/files/pos/t0453.scala
blob: d59a3d22f2521cf46171de3f2bd06ee829305ed9 (plain) (tree)
1
2
3
4
5
6
             
                  



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