You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CommentAfterClass.java 257B

12345678910111213
  1. import org.aspectj.testing.Tester;
  2. /**
  3. * Test for: PR #99
  4. */
  5. public class CommentAfterClass {
  6. public static void main(String[] args) { test(); }
  7. public static void test() {
  8. Tester.check(true, "it better be true");
  9. }
  10. }//extra comment