We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfecdd commit de8e7b0Copy full SHA for de8e7b0
3 files changed
swift/ql/lib/codeql/swift/generated/expr/AppliedPropertyWrapperExpr.qll
@@ -6,15 +6,15 @@ import codeql.swift.elements.decl.ParamDecl
6
7
module Generated {
8
/**
9
- * An implicit application of a property wrapper.
+ * An implicit application of a property wrapper on the argument of a call.
10
*/
11
class AppliedPropertyWrapperExpr extends Synth::TAppliedPropertyWrapperExpr, Expr {
12
override string getAPrimaryQlClass() { result = "AppliedPropertyWrapperExpr" }
13
14
15
* Gets the kind of this applied property wrapper expression.
16
*
17
- * This is 1 for the wrapped value and 2 for the projected one.
+ * This is 1 for a wrapped value and 2 for a projected one.
18
19
int getKind() {
20
result =
swift/ql/test/extractor-tests/generated/expr/AppliedPropertyWrapperExpr/print.expected
swift/ql/test/extractor-tests/generated/expr/AppliedPropertyWrapperExpr/print.qlref
0 commit comments