// "Implement Methods" "true" class c { void foo() { new I( } } interface I { foo(T t); }