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.
2 parents cf60310 + d74dd21 commit 37f3ea1Copy full SHA for 37f3ea1
swift/ql/test/library-tests/controlflow/graph/Cfg.ql
@@ -11,7 +11,7 @@ class MyRelevantNode extends ControlFlowNode {
11
private AstNode asAstNode() { result = this.getAstNode().asAstNode() }
12
13
string getOrderDisambiguation() {
14
- result = this.asAstNode().getPrimaryQlClasses()
+ result = concat([this.asAstNode().getAPrimaryQlClass(), this.asAstNode().toString()], ",")
15
or
16
not exists(this.asAstNode()) and result = ""
17
}
0 commit comments