https://issues.dlang.org/show_bug.cgi?id=11102

--- Comment #2 from [email protected] ---
Unable to reproduce on git HEAD. Here's my test code:
------
/**
 * This is some random code: $(D foreach (i; 1..a) { f(); }
 * But I forgot to close the macro.
 */
void func() {
}
------

Compiler output:
------
test.d(5): Warning: Ddoc: Stray '('. This may cause incorrect Ddoc output. Use
$(LPAREN) instead for unpaired left parentheses.
------

Do you have a test case that produces an error message without a line number?

--

Reply via email to