aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i1637.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1637: Future defs are always OKMartin Odersky2016-10-311-0/+8
Drop special mode that handles future defs without which we get DenotationNotDefinedHere errors. In more than a year, this has only turned up false negatives. So I think it's better to drop the check, and the contortions needed to deal with it.