swift-syntax icon indicating copy to clipboard operation
swift-syntax copied to clipboard

Add `EffectfulExprSyntax` syntax trait

Open Matejkob opened this issue 10 months ago • 2 comments

Introduces the EffectfulExprSyntax protocol, designed to provide a common interface for effectful expressions such as try and await.

Resolves #2549

Matejkob avatar Mar 27 '24 14:03 Matejkob