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