groovy-core
groovy-core copied to clipboard
remove superfluous references to enclosing classes
Thanks for the contribution. This should be reviewed carefully, because even if some static classes can be replaced with static inner ones, in case of non private ones at least it is a binary breaking change.
Though minor changes to protected and package private classes (none to public) were introduced behavioral compatibility was preserved.