summaryrefslogtreecommitdiff
path: root/test/files/pos/t6537.flags
Commit message (Collapse)AuthorAgeFilesLines
* Fix for SI-6537, inaccurate unchecked warning.Paul Phillips2012-10-181-0/+1
I found a more direct expression of the unchecked logic, which should be much easier for others to verify. But the bug being fixed here is that the unchecked checking happens too early, and the sealed children of a symbol are not yet visible if it is being simultaneously compiled.