Used syntax: https://dlang.org/changelog/2.105.0.html#dmd.alias-this-syntax Simple code: ```d struct Something { int value; alias this = value; } ``` DScanner result (as an issue forwarded by serve-d): > Expected identifier instead of `=`
Used syntax: https://dlang.org/changelog/2.105.0.html#dmd.alias-this-syntax
Simple code:
DScanner result (as an issue forwarded by serve-d):