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 9f260cf commit 1723c6eCopy full SHA for 1723c6e
ql/ql/test/queries/style/DeadCode/Foo.qll
@@ -66,3 +66,6 @@ private class CImpl1 extends AstNode { }
66
final class CPublic1 = CImpl1;
67
68
private class CImpl2 extends AstNode { }
69
+
70
+overlay[discard_entity]
71
+private predicate discard(@foo x) { any() }
0 commit comments