-
Notifications
You must be signed in to change notification settings - Fork 69
Open
@MichaelRFairhurst
Description
It looks like we should make sure these predicates are working correctly for lambda captures.
For instance:
[x = y]() { ... }
But also, all lambda captures are assignments fields of the lambda class instance.