Commits

Doug Gregor committed 705764250d8
When transforming a function type, make sure that the input type is properly parenthesized, as we require in the grammar. Only the constraint-based type checker produces function types with unparenthesized input types, but it does so for good reason. Swift SVN r2878