mirror of
https://github.com/github/codeql.git
synced 2026-04-17 21:14:02 +02:00
Accept review suggestion fixing a comment
Co-authored-by: Michael Nebel <michaelnebel@github.com>
This commit is contained in:
@@ -212,7 +212,7 @@ namespace My.Qltest
|
||||
Sink(GeneratedFlowWithGeneratedNeutral(o1));
|
||||
|
||||
var o2 = new object();
|
||||
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
|
||||
}
|
||||
|
||||
object GeneratedFlow(object o) => throw null;
|
||||
|
||||
Reference in New Issue
Block a user