Commits

Jordan Rose committed 8efc6a5c6a3
Check property overrides as part of validation. Otherwise, we get an ambiguity error between the decl in the subclass and the decl in the base class. (The SILGen test here is mostly a sanity check; it already worked.) rdar://problem/18065580 Swift SVN r21885