summaryrefslogtreecommitdiff
path: root/test/pos/michel5.scala
blob: 2045737fc477949fa896b1a862313814075febf9 (plain) (blame)
1
2
3
4
5
trait A[Ta] { }

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