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