summaryrefslogtreecommitdiff
path: root/test/files/neg/t5031b
Commit message (Collapse)AuthorAgeFilesLines
* More fix for invalid companions.Paul Phillips2012-09-052-0/+6
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.