Skip to content

Commit

Permalink
migrate big one
Browse files Browse the repository at this point in the history
  • Loading branch information
mmews committed Jul 11, 2024
1 parent 063aa73 commit 59d9c35
Show file tree
Hide file tree
Showing 3 changed files with 1,718 additions and 1,545 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ boolean allowsPoly(Expression obj) {
return false;
}
RuleEnvironment G = RuleEnvironmentExtensions.newRuleEnvironment(obj);
return N4JSLanguageUtils.isUndefinedLiteral(G, obj) || N4JSLanguageUtils.isNullLiteral(G, obj);
return N4JSLanguageUtils.isUndefinedLiteral(G, obj) || N4JSLanguageUtils.isNullLiteral(obj);
}

/**
Expand Down
Loading

0 comments on commit 59d9c35

Please sign in to comment.