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