Community
Participate
Working Groups
Build Identifier: 20110901 nightly build Format the following in the EGL Editor. All lines are moved to column 1. Screen shots attached. program exception type BasicProgram {} myInt int = 3; my2DimensionInt INT[][] = [[1,2],[3,4]]; myString string; function main() myString = myInt; myString = my2DimensionInt[2,2]; sysLib.writeStdout(myString); end end Reproducible: Always
Created attachment 202641 [details] Before
Created attachment 202642 [details] After
Hi, this is because the ast change please see the link. https://bugs.eclipse.org/bugs/show_bug.cgi?id=356638 It will be ok after this item was fix.
Created attachment 203374 [details] Patch Here is a patch, please review it. Thanks.
Resolved. Thanks.
Verified in 20110920 build.