Commits

David Farler committed 567fd12e808
Don't allow 'class final' spelled stored properties in classed The previous patch to allow static class stored properties inadvertently allowed 'class final' spellings for static stored properties in classes. This patch only allows 'static' spellings to create the global storage. Swift SVN r24323