removed, as it fixed by #4848

This commit is contained in:
Neal Caffery
2020-12-21 19:05:37 +08:00
committed by GitHub
parent b9d24b8255
commit ee0257836f

View File

@@ -439,7 +439,7 @@ Exercise 2
Configuration() { this="String to System.Uri" }
override predicate isSource(DataFlow::Node src) {
src.asExpr().(Expr).hasValue()
src.asExpr().hasValue()
}
override predicate isSink(DataFlow::Node sink) {