Issue 13275: Page 86: Notation Section 8.2.1.23 ResolveExp (qvt-rtf) Source: Open Canarias, SL (Mr. Adolfo Sanchez-Barbudo Herrera, nobody) Nature: Revision Severity: Minor Summary: Problem's text: // shorthand for mylist->forEach(i) i.late resolve(Table) discussion: EBNF and forExp suggest using always braces to enclose the forExp body. Suggestion: Enclose the forEach's body with '{' and '}'. Resolution: yes Revised Text: In 8.2.1.22 ResolveExp replace myprop := mylist->late resolve(Table); // shorthand for mylist->forEach(i) i.late resolve(Table) by (and correct font size of) myprop := mylist->late resolve(Table); // shorthand for mylist->forEach(i) { i.late resolve(Table); } Actions taken: January 15, 2009: received issue July 15, 2014: closed issue Discussion: End of Annotations:===== s is issue # 13275 Page 86: Notation Section 8.2.1.23 ResolveExp Problem's text: // shorthand for mylist->forEach(i) i.late resolve(Table) discussion: EBNF and forExp suggest using always braces to enclose the forExp body. Suggestion: Enclose the forEach's body with '{' and '}'.