C#: Make corresponding predicate private

This commit is contained in:
Owen Mansel-Chan
2026-03-09 13:43:38 +00:00
parent d8007a85e6
commit e0e5319b11

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)