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