class A { void m(FooImpl f) { String s = "f = " + f.toString(); } }