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