blob: 0dc76ccbdc7231bbd5ffc12d9e8a2f9f46cca3ff [file] [log] [blame]
import java.util.*;
class Test<T> {
Map<Integer, String> map;
String meth() {
return map.get(2);
}
}