Commits

Doug Gregor committed 62fd9674c85
Use the argument names from a function's compound name when forming its type. The test case churn is because we need to retain parentheses in the computation of the type of a pattern (which we were dropping before). This makes the new function declaration syntax actually provide separate API names for the arguments. Swift SVN r16421