aboutsummaryrefslogtreecommitdiffstats
path: root/tests/errors/TopLevelAfter.java
blob: 7db6126604d263cc8f7724f5a8491a13c9bf4e50 (plain)
1
2
3
4
5
6
7
8
9
import org.aspectj.testing.Tester;

public class TopLevelAfter {
    public static void main(String[] args) {
        Tester.check(false, "should not have compiled");
    }
}

after(): {}