Commits
Chris Lattner committed 7759b4b2118
Diagnose invalid name binding, such as: var callee1 : () -> (:int,:int,:int); ... var (m, n) = callee1() which now produces: error: name specifier matches '(int, int, int)' which requires 3 names, but has 2 Swift SVN r274