Skip to content

Commit cc96e21

Browse files
committed
chore: adapt scala.collection.IterableOnceOps#Maximized.this
Copy of the file from scala 2.13.16
1 parent efc1316 commit cc96e21

File tree

2 files changed

+1519
-1
lines changed

2 files changed

+1519
-1
lines changed

project/Scala2LibraryBootstrappedMiMaFilters.scala

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ object Scala2LibraryBootstrappedMiMaFilters {
7070
ProblemFilters.exclude[MissingFieldProblem]("scala.runtime.NonLocalReturnControl.value"),
7171
) ++
7272
Seq( // DirectMissingMethodProblem
73-
"scala.collection.IterableOnceOps#Maximized.this", // New in 2.13.11: private inner class
7473
"scala.util.Properties.<clinit>",
7574
"scala.util.Sorting.scala$util$Sorting$$mergeSort$default$5",
7675
).map(ProblemFilters.exclude[DirectMissingMethodProblem])

0 commit comments

Comments
 (0)