Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.1-beta-2
-
None
-
None
-
Windows 2000
Groovy Version: 1.1-beta-2
JVM: 1.5.0_08-b03
Description
When I run the codes, the following exception has been thrown,
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed,
OldLoop.groovy: 2: The current scope does already contain a variable of the name
forLoopDummyParameter
The codes:
for (int i=0;i<10;i++) {
for (int j=9;j>=0;j--)
}