summaryrefslogblamecommitdiff
path: root/test/files/run/t8708_b/A_1.scala
blob: e767420f9e8830ff01309694fa71cca8202ed223 (plain) (tree)
1
2
3
4
5
6
7
8







                                  
package p

class C {

  sealed trait T { def f: Int }

  def foo: T = new T { def f = 1 }
}