summaryrefslogtreecommitdiffstats
path: root/tests/new/CommentAfterClass.java
blob: 5bebac797908673b62c39af370b523f25de6adeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import org.aspectj.testing.Tester;

/**
 * Test for: PR #99
 */

public class CommentAfterClass {
    public static void main(String[] args) { test(); }

    public static void test() {
        Tester.check(true, "it better be true");
    }
}//extra comment