Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.5
-
Fix Version/s: 1.8.6, 2.0-beta-3
-
Component/s: Compiler
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
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.