Commits
John McCall committed 8d43599e92c
Pull isFinal down to properties, methods, and subscripts instead of pushing it down when type-checking the class. In multi-file mode, this ensures that isFinal is set properly when deciding whether to add materializeForSet to a property/subscript. rdar://18448869 Swift SVN r22307