Description
Although the following program is invalid, it probably shouldn't produce an IncompatibleClassChangeError at runtime:
class Foo { static main(args) { super.bar() } }
Attachments
Issue Links
- is depended upon by
-
GROOVY-5810 Calling static method from subclass using super creates StackOverFlow
- Closed