[Issue 15254] is expression compares string sub-type equal to an array
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Mon Nov  2 13:36:07 PST 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=15254
steven kladitis <steven_kladitis at yahoo.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |steven_kladitis at yahoo.com
--- Comment #1 from steven kladitis <steven_kladitis at yahoo.com> ---
1.d
------
void main() {}
------
try to compile in widows and I get.
--> 1.d: Error: module 1 has non-identifier characters in filename, use module
declaration instead
a1.d
-----
void main() {}
--------
no errors during compile.
dmd 2.069.rc2
--
    
    
More information about the Digitalmars-d-bugs
mailing list