Java, C#: Ensure variable is used in all disjuncts

This commit is contained in:
Simon Friis Vindum
2025-01-29 10:30:26 +01:00
parent 13e0829d19
commit 70550950d8
2 changed files with 2 additions and 2 deletions

View File

@@ -293,7 +293,7 @@ module ModelGeneratorInput implements ModelGeneratorInputSig<Location, JavaDataF
or
i = 4 and result = ExternalFlow::paramsString(api) // parameters
or
i = 5 and result = "" // ext
i = 5 and result = "" and exists(api) // ext
}
string partialNeutralModelRow(Callable api, int i) {