class B { static String test(A x) { return A.DefaultImpls.foo(x); } }