mirror of
https://github.com/github/codeql.git
synced 2026-02-07 18:51:06 +01:00
Fix getQLDoc compilation error
This commit is contained in:
@@ -122,7 +122,7 @@ class TopLevel extends TTopLevel, AstNode {
|
||||
|
||||
override string getAPrimaryQlClass() { result = "TopLevel" }
|
||||
|
||||
override QLDoc getQLDoc() { toGenerated(result) = file.getChild(0).getChild(0) }
|
||||
override QLDoc getQLDoc() { result = this.getMember(0) }
|
||||
}
|
||||
|
||||
class QLDoc extends TQLDoc, AstNode {
|
||||
|
||||
Reference in New Issue
Block a user