Skip to content

Commit 75ba857

Browse files
committed
XXX accept new error report in test
After porting the commit from #4036, this line newly gives an error. Might be OK, investigate.
1 parent 61629e3 commit 75ba857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i50-volatile.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Test {
1010
}
1111
lazy val o: A & B = ???
1212

13-
class Client extends o.Inner // old-error // old-error
13+
class Client extends o.Inner // error // old-error
1414

1515
def xToString(x: o.X): String = x // error
1616

0 commit comments

Comments
 (0)