interface A { default native void m(){} static native void m1(){} native void m2(); }