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

13 líneas
280 B
Java

import org.aspectj.testing.*;
public class ClosingBrace {
public static void main(String[] args) {
new ClosingBrace().realMain(args);
}
public void realMain(String[] args) {
Tester.check(false, "Shouldn't have compiled");
}
{