Community
Participate
Working Groups
Build Identifier: 20110901 Debug or run the following program. Get: egl.lang.TypeCastException program exception type BasicProgram {} myInt int = 3; my2DimensionInt INT[][] = [[1,2],[3,4]]; myString string; function main() myString = myInt; myString = my2DimensionInt[2,2]; // Exception sysLib.writeStdout(myString); end end Reproducible: Always
This is a duplicate of 356528. *** This bug has been marked as a duplicate of bug 356528 ***
OK