package a; class JavaM { static void staticMethod() { } } class JavaF { static int staticField = 0; }