@@ -149,55 +149,6 @@ object BootstrappedStdLibTASYyTest:
149149 " scala.Long" ,
150150 " scala.Short" ,
151151 " scala.Unit" ,
152-
153- // See #9994
154- // -- Error:
155- // | def addOne(kv: (K, V)) = {
156- // | ^
157- // |error overriding method addOne in trait Growable of type (elem: (K, V)): (TrieMap.this : scala.collection.concurrent.TrieMap[K, V]);
158- // | method addOne of type (kv: (K, V)): (TrieMap.this : scala.collection.concurrent.TrieMap[K, V]) has incompatible type
159- // -- Error:
160- // | def subtractOne(k: K) = {
161- // | ^
162- // |error overriding method subtractOne in trait Shrinkable of type (elem: K): (TrieMap.this : scala.collection.concurrent.TrieMap[K, V]);
163- // | method subtractOne of type (k: K): (TrieMap.this : scala.collection.concurrent.TrieMap[K, V]) has incompatible type
164- " scala.collection.concurrent.TrieMap" ,
165- " scala.collection.immutable.HashMapBuilder" ,
166- " scala.collection.immutable.HashSetBuilder" ,
167- " scala.collection.immutable.LazyList" ,
168- " scala.collection.immutable.ListMapBuilder" ,
169- " scala.collection.immutable.MapBuilderImpl" ,
170- " scala.collection.immutable.SetBuilderImpl" ,
171- " scala.collection.immutable.TreeSeqMap" ,
172- " scala.collection.immutable.VectorBuilder" ,
173- " scala.collection.immutable.VectorMapBuilder" ,
174- " scala.collection.mutable.AnyRefMap" ,
175- " scala.collection.mutable.ArrayBuilder" ,
176- " scala.collection.mutable.CollisionProofHashMap" ,
177- " scala.collection.mutable.LongMap" ,
178- " scala.collection.mutable.SortedMap" ,
179- " scala.collection.mutable.StringBuilder" ,
180- " scala.jdk.AnyAccumulator" ,
181- " scala.jdk.DoubleAccumulator" ,
182- " scala.jdk.IntAccumulator" ,
183- " scala.jdk.LongAccumulator" ,
184-
185- // See #9994
186- // -- Error:
187- // | override def filterInPlace(p: A => Boolean): this.type = {
188- // | ^
189- // |error overriding method filterInPlace in trait SetOps of type (p: A => Boolean): (HashSet.this : scala.collection.mutable.HashSet[A]);
190- // | method filterInPlace of type (p: A => Boolean): (HashSet.this : scala.collection.mutable.HashSet[A]) has incompatible type
191- " scala.collection.mutable.HashSet" ,
192-
193- // See #9994
194- // -- Error:
195- // | def force: this.type = {
196- // | ^
197- // |error overriding method force in class Stream of type => (Cons.this : scala.collection.immutable.Stream.Cons[A]);
198- // | method force of type => (Cons.this : scala.collection.immutable.Stream.Cons[A]) has incompatible type
199- " scala.collection.immutable.Stream" ,
200-
201152 )
202153
203154 /** Set of classes that cannot be loaded from TASTy */
0 commit comments