www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 15880] New: int hex literals properties are rejected

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

          Issue ID: 15880
           Summary: int hex literals properties are rejected
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: b2.temp gmx.com

void main()
{
    auto a = 0x1.max;
    //auto a = 0x1 .max; // OK
}
Apr 05 2016