Commits
Doug Gregor committed 985896905e5
Ban generic parameters on extensions.
We no longer allow extensions to provide generic parameters, and the
ability to parse the syntax
extension Array<String> { ... }
is causing confusion. Fixes rdar://problem/20873336.
Swift SVN r28468