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

          Issue ID: 23807
           Summary: FunctionLiteral spec should not use Parameters
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P1
         Component: dlang.org
          Assignee: [email protected]
          Reporter: [email protected]

https://dlang.org/spec/expression.html#FunctionLiteral
https://dlang.org/spec/function.html#Parameters

Parameter requires a type but can omit the identifier. A FunctionLiteral
parameter is different, it can omit the type.

PR incoming.

--

Reply via email to