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