1 public class LineTest {2 3 void bar(){}4 void foo(){}5 6 public static void main(String [] args){7 }8 }9