summaryrefslogblamecommitdiff
path: root/test/files/run/t7657/Test_2.scala
blob: 5cc46b6aa175232e47f5f2308bc96787650676ed (plain) (tree)
1
2
3
4
5
6





                         
object Test extends App {
  val c = new C()
  println(c.t())
  println((c: T).t())
  println((c: A).t())
}