Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
GroovyClass.groovy
class GroovyClass {}
JavaClass.java
class JavaClass extends GroovyClass { @Override public Object getProperty(String propertyName) { return super.getProperty(propertyName); // error: cannot find symbol: method getProperty(String) } }
Attachments
Issue Links
- is caused by
-
GROOVY-8495 GroovyObject method implementations are marked with ACC_SYNTHETIC
- Closed