C++: Apply review suggestion

This commit is contained in:
Jeroen Ketema
2025-01-24 16:12:16 +01:00
parent 4c256d17ae
commit 2e33a4287f

View File

@@ -47,6 +47,7 @@ class UserType extends Type, Declaration, NameQualifyingElement, AccessHolder, @
else result = this.getADeclarationLocation()
}
pragma[nomagic]
private TypeDeclarationEntry getADeclarationEntryBase() {
type_decls(underlyingElement(result), unresolveElement(this), _)
}