Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
l-kent committed Jan 12, 2024
1 parent 18191bc commit 6f898c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/ir/Interpreter.scala
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class Interpreter() {
case BoolNOT => if evalBool(un.arg, env) == TrueLiteral then FalseLiteral else TrueLiteral
case _ => ???
}

case _ => ???
}
}

Expand Down

0 comments on commit 6f898c9

Please sign in to comment.