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 3767348 commit def957eCopy full SHA for def957e
csharp/ql/test/library-tests/dataflow/external-models/ExternalFlow.cs
@@ -212,7 +212,7 @@ void M4()
212
Sink(GeneratedFlowWithGeneratedNeutral(o1));
213
214
var o2 = new object();
215
- Sink(GeneratedFlowWithManualNeutral(o2)); // no flow because the modelled method exists has a manual neutral summary model
+ Sink(GeneratedFlowWithManualNeutral(o2)); // no flow because the modelled method has a manual neutral summary model
216
}
217
218
object GeneratedFlow(object o) => throw null;
0 commit comments