aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/virtpatmat_extends_product.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/virtpatmat_extends_product.scala')
-rw-r--r--tests/pending/run/virtpatmat_extends_product.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/virtpatmat_extends_product.scala b/tests/pending/run/virtpatmat_extends_product.scala
index 4b4bc634a..7d290083e 100644
--- a/tests/pending/run/virtpatmat_extends_product.scala
+++ b/tests/pending/run/virtpatmat_extends_product.scala
@@ -1,4 +1,4 @@
-object Test extends App {
+object Test extends dotty.runtime.LegacyApp {
case class AnnotationInfo(a: String, b: Int) extends Product2[String, Int] {
def _1 = a
def _2 = b