Skip to content

Commit

Permalink
(tsoding#76) add useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jun 20, 2021
1 parent ff806c0 commit 8fcd0a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ts/eval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ interface BinaryOpDef {
prec: BinaryPrec
}

function f() {
}

const BINARY_OPS: {[op in BinaryOp]: BinaryOpDef} = {
'+': {
func: (lhs, rhs) => lhs + rhs,
Expand Down

0 comments on commit 8fcd0a8

Please sign in to comment.