Commits

Joe Groff committed 82e2f3dbbac
Sema: Allow EnumElementPatterns to infer bound generic parameters. 'case Optional.None:' should work and infer <T> from context. The rewrite to use resolveIdentifierType also fixed the problem with module-qualified enum patterns. Swift SVN r9447