public class MainClass{ public static void main(String[] argv){ System.out.println(); } private void doMore(int x) { assert (x > 0); // do things with x } }