Community
Participate
Working Groups
Build Identifier: A while loop where its expression always returns and not loops will produce illegal code. In my language I introduced the "break" and "continue" keywords together with a endless loop "while (true) ...", but my example works in any Xtend file. Reproducible: Always Steps to Reproduce: 1. use snippet: def void whileLoopTest () { var s = 'Test' while (true) try { s = s + ' failed' return } catch (Exception ex) { throw ex } }
pushed to master
Closing all bugs that were set to RESOLVED before Neon.0