Skip to content

Commit

Permalink
fixed files form Closure #28
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux committed Mar 7, 2017
1 parent 75389a7 commit 60d59e6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,9 @@ void addIdentifier(String identifier) {
* Constants (true, false, null) are considered basically free,
* because it's likely that they will get folded when we're done.
*/
@Override
void addConstant(String newcode) {
add("0");
}
}
}

0 comments on commit 60d59e6

Please sign in to comment.