Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.0.9
-
None
-
None
Description
When a nested class is the target of an invalid property expression, the resulting error message has the wrong class name:
class Outer { static class Inner {} } new Outer.Inner().missing
results in
groovy.lang.MissingPropertyException: No such property: missing for class: com.example.Outer