@@ -49,10 +49,6 @@ object TastyMiMaFilters {
4949 // Tested in stdlib-bootstrapped/test/scala/collection/UnrolledBufferTest.scala
5050 ProblemMatcher .make(ProblemKind .IncompatibleTypeChange , " scala.collection.mutable.UnrolledBuffer.Unrolled.<init>$default$4" ),
5151
52- // Problem: Missing type arguments with higher-kinded types
53- ProblemMatcher .make(ProblemKind .MissingTypeMember , " scala.collection.SortedSetFactoryDefaults._$5" ),
54- ProblemMatcher .make(ProblemKind .MissingTypeMember , " scala.collection.SortedMapFactoryDefaults._$6" ),
55-
5652 // Problem? Very complicated signature
5753 ProblemMatcher .make(ProblemKind .IncompatibleTypeChange , " scala.collection.generic.IsMap.mapOpsIsMap" ),
5854
@@ -71,9 +67,6 @@ object TastyMiMaFilters {
7167 // Problem Missing setter for `protected var`
7268 ProblemMatcher .make(ProblemKind .NewAbstractMember , " scala.collection.convert.impl.*_=" ),
7369
74- // TASTy-MiMa bug? Wildcards in self type
75- ProblemMatcher .make(ProblemKind .MissingTypeMember , " scala.collection.generic.DefaultSerializable._$1" ),
76-
7770 // TASTy-MiMa bugs
7871 ProblemMatcher .make(ProblemKind .InternalError , " scala.collection.SeqView.appendedAll" ),
7972 ProblemMatcher .make(ProblemKind .InternalError , " scala.collection.SeqView.concat" ),
0 commit comments