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