blob: 2baada2aa66e6389be03500928afc2eb101aa5ea [file] [log] [blame]
import java.util.Map;
public class X {
public Map<String, String> list;
}