class Outer { void foo() { class Local extends Local {} } }
Logged In: YES user_id=865893
Why would you want to write such code? ;-)
Seriously: All kinds of superclass / superinterface circularities hung JANINO. Added a check; now
Interface circularity detected for "Xyz"
or
Class circularity detected for "Xyz"
is reported.
Will be fixed in 2.0.17.
Log in to post a comment.
Logged In: YES
user_id=865893
Why would you want to write such code? ;-)
Seriously: All kinds of superclass / superinterface
circularities hung JANINO. Added a check; now
Interface circularity detected for "Xyz"
or
Class circularity detected for "Xyz"
is reported.
Will be fixed in 2.0.17.