interface Test { int implicitStatic = 42; default void test(){ System.out.println(implicitStatic); } }