Commits

Doug Gregor committed 65fb4614901
Treat curried parameter lists as separate parameter contexts. Fixes a problem where curried parameter lists of operator function definitions were being treated inconsistently, complaining about removing an argument label but pretending that the parameter didn't have an argument label to start with. Fixes rdar://problem/21275319. Swift SVN r29346