[Issue 260] conflicting imports
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jul 25 14:54:42 PDT 2006
http://d.puremagic.com/issues/show_bug.cgi?id=260
------- Comment #7 from ddparnell at bigpond.com 2006-07-25 16:54 -------
But it should give an error something like ...
test.d(4): undefined identifier std
because it didn't import std.stdio and both foo.d and bar.d imported that as
private, so test.d shouldn't use those imports.
--
More information about the Digitalmars-d-bugs
mailing list