org.aspectj/tests/errors/PR333.java
2002-12-16 18:51:06 +00:00

8 lignes
179 B
Java

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 {}