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.

Ajdoc14Source.java 179B

12345678910111213
  1. public class Ajdoc14Source {
  2. { assert(false); }
  3. public Ajdoc14Source() {
  4. assert(true);
  5. }
  6. public void doAssert() {
  7. assert(true);
  8. }
  9. }