Skip to content

Commit 4f4ba85

Browse files
committed
Unified: Add qldoc.
1 parent a1ac9b1 commit 4f4ba85

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

unified/ql/lib/codeql/unified/internal/FacadeAst.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ module Unified {
5151

5252
/** A binary expression. */
5353
class BinaryExpr extends G::BinaryExpr {
54+
/** Gets an operand of this binary expression. */
5455
Expr getAnOperand() { result = [this.getLeft(), this.getRight()] }
5556
}
5657

0 commit comments

Comments
 (0)