Skip to content

Commit

Permalink
fixed files form Closure #86
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux committed Mar 7, 2017
1 parent b2913b0 commit 6b2a0b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2462,7 +2462,7 @@ static boolean evaluatesToLocalValue(Node value, Predicate<Node> locals) {
// TODO(nicksantos): This needs to be changed so that it
// returns true iff we're sure the value was never aliased from inside
// the constructor (similar to callHasLocalResult)
return true;
return false;
case Token.FUNCTION:
case Token.REGEXP:
case Token.ARRAYLIT:
Expand Down

0 comments on commit 6b2a0b8

Please sign in to comment.