summaryrefslogtreecommitdiff
path: root/test/files/pos/t3856.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3856.scala')
-rw-r--r--test/files/pos/t3856.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t3856.scala b/test/files/pos/t3856.scala
index 71c7bdc99d..fd253a56a8 100644
--- a/test/files/pos/t3856.scala
+++ b/test/files/pos/t3856.scala
@@ -1,4 +1,4 @@
-case class C[T](x: T)
+case class C[T](x: T)
case class CS(xs: C[_]*)