1
0
Mirror von https://github.com/eclipse-aspectj/aspectj.git synchronisiert 2024-09-03 17:56:34 +02:00
org.aspectj/tests/new/ClassAndInterface.java
2002-12-16 18:51:06 +00:00

9 Zeilen
203 B
Java

import org.aspectj.testing.Tester;
public class ClassAndInterface {
public static void main(String[] args) {
Tester.check(false, "shouldn't have compiled");
}
}
class I {}
interface I {}