This commit is contained in:
Dmitry Jemerov
2009-09-10 21:57:00 +04:00
parent 7980717db9
commit 10ca2b4e5f
48 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
class MethodOwner6<T> {
public T <caret>foo(T t)
{
return t;
}
}