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