blob: a9151fada3fff41cd02ca4f97e12620faac6656b [file] [log] [blame]
List l=new ArrayList();
l.add("abc");
Date s=<warning descr="Cannot assign 'Object' to 'Date'">l[0]</warning>;