class MethodOwner6<T> { public T <caret>foo(T t) { return t; } }