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 6bfa08c commit d973236Copy full SHA for d973236
swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPrivate.qll
@@ -403,7 +403,7 @@ private module ReturnNodes {
403
/**
404
* A data-flow node that represents the `self` value in a constructor being
405
* implicitly returned as the newly-constructed object
406
- * */
+ */
407
class SelfReturnNode extends InoutReturnNodeImpl {
408
SelfReturnNode() {
409
exit.getScope() instanceof ConstructorDecl and
0 commit comments