aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t1279a.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/t1279a.scala')
-rw-r--r--tests/pos/t1279a.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pos/t1279a.scala b/tests/pos/t1279a.scala
index 78633ec3c..3edd9b2c4 100644
--- a/tests/pos/t1279a.scala
+++ b/tests/pos/t1279a.scala
@@ -4,7 +4,7 @@ abstract class M {
type T
final type selfType = M {type T <: self.T}
- type actualSelfType >: self.type <: selfType // error: this no longer compiles because self.type is not a subtype of selfType
+ type actualSelfType >: self.type <: selfType
def next: selfType