summaryrefslogtreecommitdiff
path: root/test/files/pos/typesafecons.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/typesafecons.scala')
-rw-r--r--test/files/pos/typesafecons.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/typesafecons.scala b/test/files/pos/typesafecons.scala
index b2a027b0f2..5243280160 100644
--- a/test/files/pos/typesafecons.scala
+++ b/test/files/pos/typesafecons.scala
@@ -4,7 +4,7 @@ object Pair {
type Second <: Pair
}
- case class End extends Pair {
+ class End extends Pair {
type First = Nothing
type Second = End