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 43118ec commit 0a16cf6Copy full SHA for 0a16cf6
csharp/ql/test/library-tests/overlay/test.ql
@@ -32,8 +32,8 @@ query predicate eventAccessors(EventAccessor ea) { ea.fromSource() }
32
33
query predicate usingDirectives(UsingDirective ud) { ud.fromSource() }
34
35
-query predicate commentLines(CommentLine cl) { cl.getLocation().getFile().fromSource() }
+query predicate commentLines(CommentLine cl) { any() }
36
37
-query predicate commentBlocks(CommentBlock cb) { cb.getLocation().getFile().fromSource() }
+query predicate commentBlocks(CommentBlock cb) { any() }
38
39
-query predicate typeMentions(TypeMention tm) { tm.getLocation().getFile().fromSource() }
+query predicate typeMentions(TypeMention tm) { any() }
0 commit comments