[Issue 19060] [REG2.081] Incorrect "Using this as a type is deprecated" error
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Jul  4 23:47:48 UTC 2018
    
    
  
https://issues.dlang.org/show_bug.cgi?id=19060
ag0aep6g <ag0aep6g at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ag0aep6g at gmail.com
--- Comment #3 from ag0aep6g <ag0aep6g at gmail.com> ---
As far as I can see, the deprecation is correct. You can't get an alias of an
instance field. The alias was to `S.x` the whole time. You're just being forced
to spell it out now.
--
    
    
More information about the Digitalmars-d-bugs
mailing list