aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i50-volatile.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/neg/i50-volatile.scala')
-rw-r--r--tests/neg/i50-volatile.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/neg/i50-volatile.scala b/tests/neg/i50-volatile.scala
index f6fa3466d..fcfc9592b 100644
--- a/tests/neg/i50-volatile.scala
+++ b/tests/neg/i50-volatile.scala
@@ -3,10 +3,10 @@ class Test {
class Inner
}
type A <: Base {
- type X = String // error
+ type X = String // old-error
}
type B <: {
- type X = Int // error
+ type X = Int // old-error
}
lazy val o: A & B = ???