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

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