()
| 470 | } |
| 471 | |
| 472 | getAssignmentError(): string | undefined { |
| 473 | return this.rightExpression.getAssignmentError(); |
| 474 | } |
| 475 | |
| 476 | getChildren(): RecursiveParseNodeArray { |
| 477 | return [this.leftExpression, this.rightExpression]; |
nothing calls this directly
no test coverage detected