Community
Participate
Working Groups
Build Identifier: Build id: 20110916-0149 In Rich-Strings using the FOR/ENDFOR Loop, BEFORE can only be used together with AFTER. If BEFORE is used alone, it is not called. Reproducible: Always Steps to Reproduce: Example Code: class XtendCheck { def print(Iterable<String> strings) { '''«FOR s:strings BEFORE printBefore» «ENDFOR»''' } def printAfter() { '''after''' } def printBefore() { '''before''' } } Workaround: use an empty AFTER like "AFTER ''''''"
pushed to master
Closing all bugs that were set to RESOLVED before Neon.0