We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61629e3 commit 75ba857Copy full SHA for 75ba857
tests/neg/i50-volatile.scala
@@ -10,7 +10,7 @@ class Test {
10
}
11
lazy val o: A & B = ???
12
13
- class Client extends o.Inner // old-error // old-error
+ class Client extends o.Inner // error // old-error
14
15
def xToString(x: o.X): String = x // error
16
0 commit comments