Commits

Jordan Rose committed 43ca8fcd830
[Accessibility] Check requirements and default definitions of associated types. We could actually allow the default definition of an associated type to have less accessibility than the requirement, but then we'd also have to check that that type wasn't being used where it wasn't accessible. Since we infer associated types anyway, it's probably not worth it. Swift SVN r19493