blob: c06bf3ac681d1ba0703d53cb4c5d8d0e5e812229 [file] [log] [blame]
class MethodOwner6<T> {
public T <caret>foo(T t)
{
return t;
}
}