mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
Default arguments were still being visited when converting the call, adding extra commas to the converted call. Skip over them. Resolves rdar://74248990