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 31e15e2 commit ca299b9Copy full SHA for ca299b9
python/ql/src/Statements/UnreachableCode.ql
@@ -61,4 +61,4 @@ predicate reportable_unreachable(Stmt s) {
61
62
from Stmt s
63
where reportable_unreachable(s)
64
-select s, "Unreachable statement."
+select s, "This statement is unreachable."
0 commit comments