Community
Participate
Working Groups
Build Identifier: 20110912 Debug or run the following: program pgm type BasicProgram {} myString string; twoDimensionalArray string[][] = [[ "one", "two" ], [ "three", "four" ], [ "five", "six" ] ]; function main() myString = twoDimensionalArray[2,1]; SysLib.writeStdout(myString); end end Get egl.lang.TypeCastException on the assignment. Reproducible: Always
*** This bug has been marked as a duplicate of bug 356528 ***