We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6840a6d commit 807faf2Copy full SHA for 807faf2
csharp/ql/test/library-tests/dataflow/library/FlowSummaries.ql
@@ -6,7 +6,7 @@ private class IncludeAllSummarizedCallable extends IncludeSummarizedCallable {
6
IncludeAllSummarizedCallable() { exists(this) }
7
}
8
9
-private class IncludeNeutralCallable extends RelevantNeutralCallable instanceof FlowSummaryImpl::Public::NeutralCallable
+private class IncludeNeutralSummarizedCallable extends RelevantNeutralCallable instanceof FlowSummaryImpl::Public::NeutralSummaryCallable
10
{
11
/** Gets a string representing the callable in semi-colon separated format for use in flow summaries. */
12
final override string getCallableCsv() { result = Csv::asPartialNeutralModel(this) }
0 commit comments