digitalmars.D.bugs - no line on error
- h3r3tic (16/16) Nov 22 2004 This code:
This code:
<code>
void main()
{
int[] foo;
foreach(Bar x; foo)
{
}
}
</code>
Gives the error
"identifier 'Bar' is not defined"
There's no line number given
DMD 0.106, WinXP
</h3>
Nov 22 2004








h3r3tic <foo bar.baz>