Description
class SuperClass
{protected String x = 'x'}class SubClass{void out(){print x}}
new SubClass().out()
throws a ScopeCheckingException
Attachments
Issue Links
- is depended upon by
-
GROOVY-1381 new MOP implementation task
- Closed
- relates to
-
GROOVY-10438 DGM: getMetaPropertyValues and getProperties includes private entries
- Closed