File tree Expand file tree Collapse file tree
docs/_docs/reference/error-codes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ class Derived extends Base {
3939 | => String
4040 | but none of the attempts shown below succeeded :
4141 |
42- | ==> => Int <: => String
43- | ==> Int <: String = false
42+ | ==> => Int <: => String in frozen constraint
43+ | ==> Int <: String in frozen constraint = false
4444 |
4545 | The tests were made under the empty constraint
4646 -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -195,6 +195,11 @@ object MiMaFilters {
195195 ProblemFilters .exclude[MissingClassProblem ](" scala.collection.immutable.LazyListIterableBase$InRace" ),
196196 ProblemFilters .exclude[MissingClassProblem ](" scala.collection.immutable.LazyListIterableBase$InRace$Sync" ),
197197 ProblemFilters .exclude[MissingClassProblem ](" scala.collection.immutable.LazyListIterableBase$TailUpdater" ),
198+
199+ ProblemFilters .exclude[MissingClassProblem ](" scala.magic.package" ),
200+ ProblemFilters .exclude[MissingClassProblem ](" scala.magic.package$" ),
201+ ProblemFilters .exclude[MissingClassProblem ](" scala.magic.compiletime.package" ),
202+ ProblemFilters .exclude[MissingClassProblem ](" scala.magic.compiletime.package$" ),
198203 ),
199204 )
200205
You can’t perform that action at this time.
0 commit comments