aboutsummaryrefslogblamecommitdiff
path: root/tests/run/t0807.scala
blob: 1b5bc91c51c7ec749c09589622274f6e25f2d359 (plain) (tree)
1
2
3
4
5

                                              
                                             

          
trait A
trait B extends A { val x = println("early") }
object Test extends dotty.runtime.LegacyApp {
  new B {}
}