summaryrefslogtreecommitdiff
path: root/test/files/run/t1167.check
Commit message (Collapse)AuthorAgeFilesLines
* fixed issue with EnclosingMethod attribute.michelou2010-12-301-2/+2
| | | | | | The above issue was made explicit using the dx tool for the Android SDK to convert Java bytecode to Dalvik bytecode.
* Fix InnerClasses attribute: anonymous classes d...Iulian Dragos2010-11-131-2/+2
| | | | | | | | Fix InnerClasses attribute: anonymous classes don't have an outer name. EnclosingMethod is correctly generated. Fixed isAnonymousClass definition. Updated test that depends on anonymous inner class names. Closes (again) #3249, references #2749. review by odersky,extempore.
* Merge branch 'inner-class-attr'Iulian Dragos2009-11-261-0/+3