blob: bf78466e1b6135a5ab87c6a635710a8a18db5d8c [file] [log] [blame]
Issue373.java:16:13: compiler.warn.proc.messager: [override.return] Incompatible return type.
found : Set<Entry<String, String>>
required: Set<Entry<@KeyFor("this") String, String>>
Consequence: method in Issue373
Set<Entry<String, String>> entrySet(Issue373 this)
cannot override method in AbstractMap<String, String>
Set<Entry<@KeyFor("this") String, String>> entrySet(AbstractMap<String, String> this)
1 warning