Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug when restoring denotations in Recheck.
Need to copy the denotation, since denotations come with next pointers which would get scrambled otherwise. The bug was observed when compiling stdlib under new capture checking implementation. # Conflicts: # compiler/src/dotty/tools/dotc/transform/Recheck.scala
- Loading branch information