File tree 2 files changed +3
-5
lines changed
src/dotty/tools/dotc/core
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -1487,10 +1487,8 @@ object SymDenotations {
1487
1487
def delete (sym : Symbol )(implicit ctx : Context ) = {
1488
1488
require(! (this is Frozen ))
1489
1489
info.decls.openForMutations.unlink(sym)
1490
- if (myMemberFingerPrint != FingerPrint .unknown)
1491
- computeMemberFingerPrint
1492
- if (myMemberCache != null )
1493
- myMemberCache invalidate sym.name
1490
+ myMemberFingerPrint = FingerPrint .unknown
1491
+ if (myMemberCache != null ) myMemberCache invalidate sym.name
1494
1492
}
1495
1493
1496
1494
/** All members of this class that have the given name.
Original file line number Diff line number Diff line change 141
141
./scala-scala/src/library/scala/collection/GenSetLike.scala
142
142
143
143
# breaks genMapLike https://github.com/lampepfl/dotty/issues/937
144
- # ./scala-scala/src/library/scala/collection/GenTraversable.scala
144
+ ./scala-scala/src/library/scala/collection/GenTraversable.scala
145
145
./scala-scala/src/library/scala/collection/GenTraversableLike.scala
146
146
147
147
./scala-scala/src/library/scala/collection/GenTraversableOnce.scala
You can’t perform that action at this time.
0 commit comments