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