Commits

Joe Pamer committed 53c69a956f3
Fix validation of implicit 'self' variable declarations on methods with recursive associated types as constraints. In these cases, the compiler should not crash while type checking member accesses on 'self'. (rdar://problem/16281468) Swift SVN r14934