aboutsummaryrefslogtreecommitdiffstats
path: root/tests/errors/PR333.java
blob: d7fc4beffdfae5e3576c3cadfb5bcd3f15611574 (plain)
1
2
3
4
5
6
7
public class PR333 {
  public static void main(String[] args) {
      org.aspectj.testing.Tester.check(false, "Shouldn't have compiled");
  }
}
class A implements B {}
class B {}