- Notifications
You must be signed in to change notification settings - Fork70
Closed
Description
Affected rules
A7-1-1A0-1-1
Description
Similar to:
#309
Example
for (constbool value : values) {do_stuff(value); }
A7-1-1A0-1-1Similar to:
#309
for (constbool value : values) {do_stuff(value); }