I have the following line :
d = new int[n + 1][m + 1];
And "m" and "]" is underscored in the seconde dimension.
The bug is not yet fixed :o/

Guillaume

"Simon Rowe" <[EMAIL PROTECTED]> a �crit dans le message news:
ag12um$95o$[EMAIL PROTECTED]
> The 2D array bug has changed in #633, it now displayes the text correctly,
> but incorrectly marks the "3]" in the following code as a syntax error
>
>     double[][] goo = new double[5][3];
>
>
>
>


_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to