Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-4
Description
on behalf of tug:
class ExplicitThisTest extends GroovyTestCase {
@Property zero = 0
def zero = 0
void testZero()
{ assert 0 == zero assert 0 == this.zero assert 0 == this.@zero }}
produces:
Caught: java.lang.ClassFormatError: ExplicitThisTest (Repetitive
field name/signature)
java.lang.ClassFormatError: ExplicitThisTest (Repetitive field name/
signature)