Skip to content

Commit ee02578

Browse files
authored
removed, as it fixed by #4848
1 parent b9d24b8 commit ee02578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/analyzing-data-flow-in-csharp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ Exercise 2
439439
Configuration() { this="String to System.Uri" }
440440
441441
override predicate isSource(DataFlow::Node src) {
442-
src.asExpr().(Expr).hasValue()
442+
src.asExpr().hasValue()
443443
}
444444
445445
override predicate isSink(DataFlow::Node sink) {

0 commit comments

Comments
 (0)