1
0
şunun yansıması https://github.com/eclipse-aspectj/aspectj.git eşitlendi 2024-08-26 05:57:44 +02:00
org.aspectj/tests/errors/PR333.java
2002-12-16 18:51:06 +00:00

8 satır
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 {}