Commits

Michael Ilseman committed b6904d76e3f
[Type Checker] Check subpattern storage instead of whole pattern. Fixes SR-1050, where @NSManaged subpatterns were not yet visited, and thus still were deemed 'stored', by the time getStorage() was called on the whole pattern. Change this to check the subpattern storage as we go. Test case added.