Skip to content

Commit

Permalink
Merge pull request #10386 from lrytz/pr10348-followup
Browse files Browse the repository at this point in the history
Restore test fixed by recent Java-sealed PR
  • Loading branch information
lrytz committed May 1, 2023
2 parents bd9b10a + 808d1fb commit eeb52dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 6 additions & 3 deletions test/files/neg/t12159.check
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
s.scala:11: error: not found: type ZZ
class Z extends ZZ // fail compile: remove when source flags are restored
s.scala:5: error: illegal inheritance from sealed class H
class S extends H {
^
1 error
s.scala:8: error: illegal inheritance from sealed trait I
trait T extends I {
^
2 errors
2 changes: 0 additions & 2 deletions test/files/neg/t12159/s.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ class S extends H {

trait T extends I {
}

class Z extends ZZ // fail compile: remove when source flags are restored

0 comments on commit eeb52dc

Please sign in to comment.