May 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17376

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|---                         |INVALID

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
This compiles successfully because the 'this' reference is treated like any other parameter.

--