Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8.5
-
None
Description
Trying to access an outer class 'constant' (i.e. static final) from within an inner class results in a java.lang.VerifyError.
The problem only manifests if the inner class is extending something; if it is not extending another class, access to the outer class member will work.