Community
Participate
Working Groups
foo() { new StringBuilderBasedAppendable(null) ''' ''' } yields public StringConcatenation foo() { StringConcatenation _xblockexpression = null; {new StringBuilderBasedAppendable(null) <<-- error is here StringConcatenation builder = new StringConcatenation(); builder.newLine(); _xblockexpression = (builder); } return _xblockexpression; }
Another example: compile(Entity e) { val body = body(e); ''' «body» ''' } body(Entity e) {} public StringConcatenation compile(final Entity e) { StringConcatenation _xblockexpression = null; { _this.body(e); final void body = null; <<-- error is here StringConcatenation builder = new StringConcatenation(); builder.newLine(); builder.append(null, ""); builder.newLineIfNotEmpty(); _xblockexpression = (builder); } return _xblockexpression; } public void body(final Entity e, final ImportManager importManager) { }
pushed to master
Closing all bugs that were set to RESOLVED before Neon.0