Commits

John McCall committed f70879c4d90
Fix a weirdly complicated issue with the order of type-checking and applying attributes. We should really move to a model where variables are type-checked in a single pass, including their attributes. However, given that we don't, attributes which affect the type must be applied in multiple places and hence multiple times to the same declaration. Swift SVN r16339