Community
Participate
Working Groups
Created attachment 201646 [details] EGL Project containing the source listed in the Defect Description. For example: var1 Handler1{ children = [ new Handler2{ children = [new Handler3{} ] } ] }; I have attached a project archive for the above source. The line above is found in RootHandler. The generated code for RootHandler contains syntax errors. The following code does not produce syntax errors: var1 Handler1{ children = [ new Handler2{} ] };
fixed
Closing this defect.