We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ca0a1 commit 05c9d0fCopy full SHA for 05c9d0f
src/dmd/expression.d
@@ -1176,7 +1176,7 @@ extern (C++) abstract class Expression : ASTNode
1176
* check = current check (e.g. whether it's pure)
1177
* checkName = the kind of check (e.g. `"pure"`)
1178
*/
1179
- extern (D) void checkOverridenDtor(Scope* sc, FuncDeclaration f,
+ extern (D) final void checkOverridenDtor(Scope* sc, FuncDeclaration f,
1180
scope bool function(DtorDeclaration) check, const string checkName
1181
) {
1182
auto dd = f.isDtorDeclaration();
0 commit comments