D-Scanner
D-Scanner copied to clipboard
Warn when sub-classes redefine fields
Example of code that DMD silently accepts with warnings enabled:
class Super
{
int x;
}
class Sub : Super
{
int x;
}
+1. I just got bitten by this.
@helikopterodaktyl use reactions pls so it's sortable in the issue search: https://github.com/dlang-community/D-Scanner/issues?q=sort%3Areactions+is%3Aopen