File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 30
30
# | cyclic inheritance: class FilteredKeys extends itself
31
31
# ...
32
32
33
- ../scala-scala/src/library/scala/collection/mutable/ObservableBuffer.scala
34
- # 73 | })
35
- # | ^
36
- # | found: scala.collection.script.Reset with scala.collection.mutable.Undoable{...}
37
- # | required: scala.collection.script.Message[A] & scala.collection.mutable.Undoable
38
- # ...
39
-
40
33
../scala-scala/src/library/scala/collection/mutable/ObservableMap.scala
41
- # 68 | })
42
- # | ^
43
- # | found: scala.collection.script.Reset with scala.collection.mutable.Undoable{...}
44
- # | required: scala.collection.script.Message[(A, B)] & scala.collection.mutable.Undoable
34
+ # assertion failed
45
35
46
36
../scala-scala/src/library/scala/collection/mutable/ObservableSet.scala
47
- # 52 | })
48
- # | ^
49
- # | found: scala.collection.script.Reset with scala.collection.mutable. Undoable{...}
50
- # | required: scala.collection.script.Message [A] & scala.collection.mutable.Undoable
37
+ # 35 | publish(new Include(elem) with Undoable { def undo = -=(elem) })
38
+ # | ^
39
+ # | overriding method undo in trait Undoable of type ()Unit;
40
+ # | method undo of type => scala.collection.mutable.ObservableSet [A] has incompatible type
51
41
52
42
../scala-scala/src/library/scala/collection/mutable/SynchronizedQueue.scala
53
43
# 102 | override def toString() = synchronized { super.toString() }
Original file line number Diff line number Diff line change 86
86
../scala-scala/src/library/scala/collection/mutable/BufferLike.scala
87
87
88
88
../scala-scala/src/library/scala/collection/mutable/ArrayBuilder.scala
89
+ ../scala-scala/src/library/scala/collection/mutable/ObservableBuffer.scala
89
90
90
91
../scala-scala/src/library/scala/collection/immutable/Stack.scala
91
92
../scala-scala/src/library/scala/collection/immutable/StringLike.scala
You can’t perform that action at this time.
0 commit comments