mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
229f98462e
* Instead of consuming 'inout' unconditionally, use backtracking to determine it's obsolete usage of 'inout' position. * parse '...' before '= <initializer>' because '(Int... = [1])' is more likely than '(Int = 1 ...)'. This improves diagnostics.