Skip to content

Commit ae12dae

Browse files
committed
Fix
1 parent bfafb8b commit ae12dae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/compiler/src/expression_parser

packages/compiler/src/expression_parser/ast.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ export class Unary extends Binary {
377377
sourceSpan: AbsoluteSourceSpan,
378378
public operator: string,
379379
public expr: AST,
380-
binaryOp: string,
380+
binaryOp: BinaryOperation,
381381
binaryLeft: AST,
382382
binaryRight: AST,
383383
) {

0 commit comments

Comments
 (0)