org.aspectj/tests/bugs150/PR86832.aj

5 lines
87 B
Plaintext

import java.util.*;
class A extends ArrayList {}
class B extends ArrayList<Object> {}