Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.6.4
-
None
-
None
-
OS X Leopard w/ Java JDK 1.6.0
Description
Test.groovy
class Test { @Delegate TestDelegate test = new TestDelegate(name:"Scott") } class TestDelegate { String name }
TestRun.java
public class TestRun { public static void main(String args[]) { System.out.println(new Test().getName()); } }
Attachments
Issue Links
- is related to
-
GROOVY-7764 Joint compilation does not work with AST-transformed Groovy
- Open
-
GROOVY-4320 Joint compiler + @Delegate fail to recognize method signature with default value
- Closed
- relates to
-
GROOVY-6865 @Delegate does not work with generated stubs
- Open