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