1b90760ef4
Using a DiagnosticFlag to mark diagnostics that should be always printed even if multiple of them have the same source position. Reviewed-by: darcy, jjg, mcimadamore
8 lines
226 B
Plaintext
8 lines
226 B
Plaintext
AnchorAlreadyDefined.java:14: error: anchor already defined: "here"
|
|
* <a name="here">duplicate</a>
|
|
^
|
|
AnchorAlreadyDefined.java:15: error: anchor already defined: "here"
|
|
* <h1 id="here">duplicate</h1>
|
|
^
|
|
2 errors
|