aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i1708b.scala
Commit message (Collapse)AuthorAgeFilesLines
* Unlink type when entering clashing packageFelix Mulder2016-11-171-0/+10
Here we unlink the existing type that clashes with the package to be entered into the symbol table, issue an error and the proceed to enter the rest of the symbols. My concern with this approach is what happens during typechecking if other things reference the unlinked type.