--- /dev/null
+import java.util.*;
+
+class A extends ArrayList {}
+class B extends ArrayList<Object> {}
runTest("enum called Enum, annotation called Annotation, etc");
}
+ public void testInternalCompilerError_pr86832() {
+ runTest("Internal compiler error");
+ }
+
// helper methods.....
public SyntheticRepository createRepos(File cpentry) {
<ajc-test dir="bugs150" title="enum called Enum, annotation called Annotation, etc">
<compile files="PR90827.aj" options="-1.5"/>
</ajc-test>
+
+ <ajc-test dir="bugs150" title="Internal compiler error">
+ <compile files="PR86832.aj" options="-1.5"/>
+ </ajc-test>
</suite>
\ No newline at end of file