[Issue 1371] Compiler rejects valid delegate.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 23 23:24:14 UTC 2018


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

Nicholas Wilson <iamthewilsonator at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |iamthewilsonator at hotmail.co
                   |                            |m
         Resolution|---                         |WORKSFORME

--- Comment #4 from Nicholas Wilson <iamthewilsonator at hotmail.com> ---
2.076.1 to 2.079.1: Failure with output:
-----
onlineapp.d(4): Error: expression expected, not `while`
onlineapp.d(4): Error: comma expected separating field initializers
onlineapp.d(7): Deprecation: use `{ }` for an empty statement, not `;`
-----

Since      2.080.1: Success with output: onlineapp.d(7): Deprecation: use `{ }`
for an empty statement, not `;`

--


More information about the Digitalmars-d-bugs mailing list