Merge pull request #8466 from michaelnebel/csharp/refactor-aspartial

C#: Refactor asPartial to allow re-use.
This commit is contained in:
Michael Nebel
2022-03-22 10:54:54 +01:00
committed by GitHub
8 changed files with 56 additions and 80 deletions

View File

@@ -1056,7 +1056,7 @@ module Private {
|
c.relevantSummary(input, output, preservesValue) and
csv =
c.getCallableCsv() + ";;" + getComponentStackCsv(input) + ";" +
c.getCallableCsv() + ";" + getComponentStackCsv(input) + ";" +
getComponentStackCsv(output) + ";" + renderKind(preservesValue)
)
}