summaryrefslogblamecommitdiff
path: root/test/files/pos/needstypeearly.scala
blob: bd93b5c45d6df48113423b6983514fa6cfeccd5e (plain) (tree)
1
2
3
4

                             

                                                
abstract class NeedsXEarly { 
  val x: Int 
}
class Foo extends { val x = 1 } with NeedsXEarly