summaryrefslogtreecommitdiff
path: root/test/files/run/t7533.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7533 Adds Symbol.isAbstractEugene Burmako2014-02-121-0/+30
Amazingly enough, we've missed the fact that non-type symbols can also be abstract. Having been enlightened by this, I'm exposing isDeferred and merging it along with isAbstractType and isAbstractClass into the unified Symbol.isAbstract method.