blob: e68dff6fdbc4dba7428ee9467659bc9f2066a469 [file] [log] [blame]
class Test<T> {
T myT;
T foo() {
return myT;
}
}