@@ -49,10 +49,6 @@ object TastyMiMaFilters {
49
49
// Tested in stdlib-bootstrapped/test/scala/collection/UnrolledBufferTest.scala
50
50
ProblemMatcher .make(ProblemKind .IncompatibleTypeChange , " scala.collection.mutable.UnrolledBuffer.Unrolled.<init>$default$4" ),
51
51
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
-
56
52
// Problem? Very complicated signature
57
53
ProblemMatcher .make(ProblemKind .IncompatibleTypeChange , " scala.collection.generic.IsMap.mapOpsIsMap" ),
58
54
@@ -71,9 +67,6 @@ object TastyMiMaFilters {
71
67
// Problem Missing setter for `protected var`
72
68
ProblemMatcher .make(ProblemKind .NewAbstractMember , " scala.collection.convert.impl.*_=" ),
73
69
74
- // TASTy-MiMa bug? Wildcards in self type
75
- ProblemMatcher .make(ProblemKind .MissingTypeMember , " scala.collection.generic.DefaultSerializable._$1" ),
76
-
77
70
// TASTy-MiMa bugs
78
71
ProblemMatcher .make(ProblemKind .InternalError , " scala.collection.SeqView.appendedAll" ),
79
72
ProblemMatcher .make(ProblemKind .InternalError , " scala.collection.SeqView.concat" ),
0 commit comments