Usually one would use expression.checkDeprecated(scope, aliasthis) to
check if expression uses a deprecated aliasthis, but this calls
toPrettyChars which lead to the following message:
"Deprecation: alias this fullyqualified.aggregate.__anonymous is deprecated"
Check if an alias this is deprecated
Usually one would use expression.checkDeprecated(scope, aliasthis) to check if expression uses a deprecated aliasthis, but this calls toPrettyChars which lead to the following message: "Deprecation: alias this fullyqualified.aggregate.__anonymous is deprecated"