Skip to content

Commit 822002d

Browse files
committed
Swift: Missing qldoc.
1 parent 8a8a7ea commit 822002d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

swift/ql/lib/codeql/swift/elements/expr/ArithmeticOperation.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ class ArithmeticOperation extends Expr {
1515
this instanceof UnaryArithmeticOperation
1616
}
1717

18+
/**
19+
* Gets an operand of this arithmetic operation.
20+
*/
1821
Expr getAnOperand() {
1922
result = this.(BinaryArithmeticOperation).getAnOperand()
2023
or

0 commit comments

Comments
 (0)