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

Introduce protocol for effect-like expression nodes

Open hamishknight opened this issue 11 months ago • 2 comments

Description

We ought to have a common protocol for try, await, and unsafe expression nodes, which would allow us to simplify the checks added in #3037.

hamishknight avatar Apr 03 '25 19:04 hamishknight

Synced to Apple’s issue tracker as rdar://148548364

ahoppen avatar Apr 03 '25 21:04 ahoppen

See #2549

grynspan avatar Apr 05 '25 20:04 grynspan