swiftlang / swift-syntax

A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code.
Apache License 2.0
3.2k stars 405 forks source link

Remove deprecated `ClosureCaptureSyntax` initializer with `assignToken` #2795

Closed MAJKFL closed 1 month ago

MAJKFL commented 1 month ago

This PR fixes ambiguous ClosureCaptureSyntax.init(expression:) introduced with #2763.

rintaro commented 1 month ago

@swift-ci Please test