Address review comments

This commit is contained in:
Tom Hvitved
2025-01-30 13:17:10 +01:00
parent 1f6d39f520
commit 8eb5792f3b
10 changed files with 100 additions and 80 deletions

View File

@@ -20,7 +20,7 @@ class CtorAttr extends Attr {
string whichAttr;
CtorAttr() {
whichAttr = this.getMeta().getPath().getPart().getNameRef().getText() and
whichAttr = this.getMeta().getPath().getText() and
whichAttr = ["ctor", "dtor"]
}