Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0-beta-3
-
None
-
None
-
Tested on linux against current cvs tree 2004.02.21
Description
sb = new StringBuffer("<<<FOO\n")
for (j in 0..127){ // 126 is okay.
sb.append('$').append("
")
}
sb.append("\nFOO\n")
try
catch(NegativeArraySizeException e)
{ println(e) }