Commits

Jordan Rose committed a6b616ad9ec
Accessing a property on another instance within the property's getter is okay. There was a test for this but it wasn't really accurate. We now look for MemberRefExprs where the base is literally just an implicit DeclRefExpr, rather than something loaded from an implicit DeclRefExpr. This could break with future AST refinement, but that will at least fail the test now. Swift SVN r12456