Fix getQLDoc compilation error

This commit is contained in:
Taus
2021-05-31 08:55:27 +00:00
committed by GitHub
parent 3cdc6a18ae
commit 9abe340a1f

View File

@@ -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 {