D-Scanner icon indicating copy to clipboard operation
D-Scanner copied to clipboard

Support `alias this = _base;`

Open ryuukk opened this issue 2 years ago • 0 comments

DScanner says this code is an error:

alias this = _base;

sublime_text_aL61Et1Tvp

This is an allowed syntax since dlang version: 2.105.0 https://dlang.org/changelog/2.105.0.html#dmd.alias-this-syntax (1 august 2023)

While i type this i realize it probably should be reported in libdparse repo

ryuukk avatar Aug 02 '23 16:08 ryuukk