[Bug 78] spaces in module identifier accepted
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Mar 31 17:56:10 PST 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=78
bugzilla at digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #2 from bugzilla at digitalmars.com 2006-03-31 19:56 -------
The syntax is:
'module' Identifier { '.' Identifier } ';'
In other words, whitespace is allowed between the tokens, and not inside the
tokens. Not a bug. A,B,C compile as expected, D fails to compile as expected, E
cannot be downloaded.
--
More information about the Digitalmars-d-bugs
mailing list