blob: e734cc15031005df5af56f2c3e3a36d5256632fd [file] [log] [blame]
Map map=new HashMap();
map.put("abc", "abc");
Date s=<warning descr="Cannot assign 'Object' to 'Date'">map["abc"]</warning>;