Skip to content

Commit de8e7b0

Browse files
committed
Swift: remove debug test and fix generation
1 parent edfecdd commit de8e7b0

File tree

3 files changed

+2
-115
lines changed

3 files changed

+2
-115
lines changed

swift/ql/lib/codeql/swift/generated/expr/AppliedPropertyWrapperExpr.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ import codeql.swift.elements.decl.ParamDecl
66

77
module Generated {
88
/**
9-
* An implicit application of a property wrapper.
9+
* An implicit application of a property wrapper on the argument of a call.
1010
*/
1111
class AppliedPropertyWrapperExpr extends Synth::TAppliedPropertyWrapperExpr, Expr {
1212
override string getAPrimaryQlClass() { result = "AppliedPropertyWrapperExpr" }
1313

1414
/**
1515
* Gets the kind of this applied property wrapper expression.
1616
*
17-
* This is 1 for the wrapped value and 2 for the projected one.
17+
* This is 1 for a wrapped value and 2 for a projected one.
1818
*/
1919
int getKind() {
2020
result =

swift/ql/test/extractor-tests/generated/expr/AppliedPropertyWrapperExpr/print.expected

Lines changed: 0 additions & 112 deletions
This file was deleted.

swift/ql/test/extractor-tests/generated/expr/AppliedPropertyWrapperExpr/print.qlref

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)