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 c842ae4 commit 3d0d3ecCopy full SHA for 3d0d3ec
swift/ql/lib/codeql/swift/printast/PrintAstNode.qll
@@ -93,7 +93,7 @@ class PrintLocatable extends PrintAstNode, TLocatable {
93
index = 2 * i + 1 and
94
(
95
if c instanceof Expr
96
- then label = accessor + ".getFullyUncoverted()"
+ then label = accessor + ".getFullyConverted()"
97
else label = accessor + ".getFullyUnresolved()"
98
)
99
0 commit comments