summaryrefslogblamecommitdiff
path: root/test/files/pos/michel5.scala
blob: 345ae04d9da4421e8a8fbb1439872cc70eb493bd (plain) (tree)
1
2
3
4
5




                                      
trait A[Ta] { }

class B() extends Object with A[Int] {
  val x : Int = 2
}