swift-syntax
swift-syntax copied to clipboard
Add `EffectfulExprSyntax` syntax trait
Introduces the EffectfulExprSyntax
protocol, designed to provide a common interface for effectful expressions such as try
and await
.
Resolves #2549