summaryrefslogtreecommitdiff
path: root/test/files/run/t4415.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4415.scala')
-rw-r--r--test/files/run/t4415.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t4415.scala b/test/files/run/t4415.scala
index f96031d650..caf1609b9e 100644
--- a/test/files/run/t4415.scala
+++ b/test/files/run/t4415.scala
@@ -39,7 +39,7 @@ class SecondProperty extends TopProperty
class SubclassSecondProperty extends StandardProperty
trait MyProp[T]
-case class MyPropImpl[T] extends MyProp[T]
+case class MyPropImpl[T]() extends MyProp[T]
object SubclassMatch {