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

          Issue ID: 21280
           Summary: No error output "cast(ubyte[4])("ABCDEF"[0..4]);"
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: [email protected]
          Reporter: [email protected]

//code:
auto v = cast(ubyte[4])("ABCDEF"[0..4]);

/*
The compiler does not output any information
*/

--

Reply via email to