blob: a1bc5695f4975d01523a69db17c6da1f05a4d9a5 [file] [log] [blame]
import java.util.*;
class A_testParameterType_in {
public void foo(Dictionary table){
table = new Hashtable();
table.put("foo", "bar");
}
}