package test; public class B implements A { public static Object n() { return null; } }