aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i2212.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #2212: Avoid imports in the wrong namespaceMartin Odersky2017-04-111-0/+19
Don't issue an error if when considering a named import that refers to a valoe or type which does not exist. Instead, disregard the import an continue.