org.aspectj/tests/errors/PR333.java

8 lines
179 B
Java
Raw Normal View History

2002-12-16 19:51:06 +01:00
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 {}