summaryrefslogtreecommitdiff
path: root/test/files/neg/t5031b.check
Commit message (Collapse)AuthorAgeFilesLines
* More fix for invalid companions.Paul Phillips2012-09-051-0/+5
Eliminated InvalidCompanions exception entirely. Anyone's guess why we unholstered this exception every time someone calls "isCodefinedWith" rather than when symbols are created. I moved the check into Namers, where it can be done once and with sufficient finesse not to crash so much. With this patch in place, "playbench" can be built with java7.