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

          Issue ID: 15778
           Summary: polysemous string type doesn't work in array operation
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: regression
          Priority: P1
         Component: dmd
          Assignee: [email protected]
          Reporter: [email protected]

void f(wchar[] s)
{
    s[]="a";
}

Error: cannot implicitly convert expression ("a") of type string to wchar[]

--

Reply via email to