-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Is your feature request related to a problem?
Similar to null-safe member accesses, we might want to call an expression if it is not null and return null otherwise.
Desired solution
- Syntax:
a?[] - Move
isNullSafefromSdsMemberAccesstoSdsChainedExpression - Apply the current checks involving
isNullSafeto allSdsChainedExpression
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done