blob: 96fa7ce6f0cbbd00343d87b410b2fca083684903 [file] [log] [blame]
import java.util.Hashtable;
import java.util.Map;
public class A_testParametricHashtable_in {
void foo(){
Map<String, Integer> h = new Hashtable<String, Integer>();
}
}