aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t7657/Test_2.scala
blob: 68dfb5c8bdb01d0c36064a58cd9a66186f5e97c9 (plain) (blame)
1
2
3
4
5
6
object Test extends dotty.runtime.LegacyApp {
  val c = new C()
  println(c.t())
  println((c: T).t())
  println((c: A).t())
}