summaryrefslogtreecommitdiff
path: root/test/files/neg/t3614.scala
Commit message (Collapse)AuthorAgeFilesLines
* Don't hop to the first enclosing, non-silent context when typing refinements.Jason Zaugg2012-05-061-0/+3
Closes SI-5305. This reverts a few lines of e5cfe47a19, which was a remedy for SI-3614 and SI-3856*. I added a test case for the former, the latter was already tested. Both tests pass after this change, and they do so with the old and new pattern matcher. But does this change still "avoid trees with null types in presentation compiler"? What was the intent of the context hopping in the first place? * Based on this comment: https://issues.scala-lang.org/browse/SI-3614?focusedCommentId=50477&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-50477, which elaborates further than the commit comment of e5cfe47a19.