aboutsummaryrefslogblamecommitdiff
path: root/tests/patmat/t3098/a.scala
blob: 57a103c7a8c7a4a6e4a268a06b626b19b836f70d (plain) (tree)
1
2
3
4
5
6





                 
// Traits.scala
sealed trait T

trait A extends T
trait B extends T
trait C extends T