Skip to content

Commit 0b769ab

Browse files
committed
Fix overlay annotation in PrintAst.qll
1 parent beda1d2 commit 0b769ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/ql/lib/semmle/go/PrintAst.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Provides queries to pretty-print a Go AST as a graph.
33
*/
4-
overlay[local]
4+
overlay[local?]
55
module;
66

77
import go

0 commit comments

Comments
 (0)