We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f902d commit eac83dfCopy full SHA for eac83df
docs/codeql/codeql-language-guides/analyzing-data-flow-in-csharp.rst
@@ -439,7 +439,7 @@ Exercise 2
439
Configuration() { this="String to System.Uri" }
440
441
override predicate isSource(DataFlow::Node src) {
442
- src.asExpr().hasValue()
+ src.asExpr().(Expr).hasValue()
443
}
444
445
override predicate isSink(DataFlow::Node sink) {
0 commit comments