Skip to content

Commit

Permalink
fixed files form Closure #19
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux committed Mar 7, 2017
1 parent 720ee74 commit ee52a53
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ protected void declareNameInScope(FlowScope scope, Node node, JSType type) {
scope.inferQualifiedSlot(node, qualifiedName, origType, type);
break;

case Token.THIS:
// "this" references aren't currently modeled in the CFG.
break;

default:
throw new IllegalArgumentException("Node cannot be refined. \n" +
Expand Down

0 comments on commit ee52a53

Please sign in to comment.