aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i1145.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug where ambiguous references were not reportedMartin Odersky2016-03-091-0/+11
There was a mssing condition which meant Tyepr thought it was at the outermost scope where but was mistaken. Fixes #1145