Merge pull request #7290 from michaelnebel/csharp-modify-flow-summaries-test

C#: Modify printing of flow summaries in test.
This commit is contained in:
Michael Nebel
2021-12-02 16:22:47 +01:00
committed by GitHub
3 changed files with 3716 additions and 3716 deletions

View File

@@ -12,7 +12,7 @@ abstract class IncludeSummarizedCallable extends RelevantSummarizedCallable {
concat(Parameter p, int i |
p = this.getParameter(i)
|
p.getType().getQualifiedName(), ", " order by i
p.getType().getQualifiedName(), "," order by i
)
}