1 2 3 4 5 6 7 8
public aspect X1 { public static void main(String []argv) { Super1 s = new Sub1(); Integer i = (Integer)s.m(); Util.dumpMethods("Sub1"); } }