Merge pull request #21426 from owen-mc/cpp/validate-constructor-summary-models

C++: Add model validation for constructor summary models
This commit is contained in:
Owen Mansel-Chan
2026-03-10 09:42:24 +00:00
committed by GitHub
3 changed files with 17 additions and 3 deletions

View File

@@ -239,7 +239,7 @@ module ModelValidation {
)
}
string getIncorrectConstructorSummaryOutput() {
private string getIncorrectConstructorSummaryOutput() {
exists(string namespace, string type, string name, string output |
type = name or
type = name + "<" + any(string s)