Community
Participate
Working Groups
Build Identifier: 2.0.1.v201108190621 the follwing xtend code def foo() { var ^void = new Object() ^void } translates to public Object foo() { Object _xblockexpression = null; { Object _object = new Object(); Object void = _object; _xblockexpression = (void); } return _xblockexpression; } Reproducible: Always Steps to Reproduce: 1. just use the code snippet
uhm, sorry, just saw: #346826 seems to be the original bug *** This bug has been marked as a duplicate of bug 346826 ***