Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-2
-
None
-
None
-
WinXp
Description
When I assign a value to a property of the superclass in a subclass the assignment has no affect:
class Class1 {
@Property prop
}
class Class2 extends Class1 {
void method()
public static void main(String[] args)
{ def class2 = new Class2() class2.method() println(class2.prop) }}
Attachments
Issue Links
- is depended upon by
-
GROOVY-754 scoping
- Closed