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

          Issue ID: 14077
           Summary: Issue 14070 - Letting compiler determine length for
                    fixed-length arrays in return type
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: DMD
          Assignee: nob...@puremagic.com
          Reporter: k.hara...@gmail.com

Possible case:

int[$] returnSArr()
{
    return [1, 2];
}

--

Reply via email to