1 2 3 4 5 6
public class B { public static void main(String []argv) throws java.io.IOException { A a = new A(); a.m(); } }