Skip to content

Commit

Permalink
Nan is a separate builtin type
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Feb 23, 2023
1 parent 489ce95 commit 4bcbcf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ private static TypeGraph buildTypeHierarchy() {
graph.insert(ConstantsGen.ARRAY, ConstantsGen.ANY);
graph.insert(ConstantsGen.BOOLEAN, ConstantsGen.ANY);
graph.insert(ConstantsGen.DECIMAL, ConstantsGen.NUMBER);
graph.insert(ConstantsGen.NAN, ConstantsGen.NUMBER);
graph.insert(ConstantsGen.NAN, ConstantsGen.DECIMAL);
graph.insert(ConstantsGen.ERROR, ConstantsGen.ANY);
graph.insert(ConstantsGen.FUNCTION, ConstantsGen.ANY);
graph.insert(ConstantsGen.INTEGER, ConstantsGen.NUMBER);
Expand Down

0 comments on commit 4bcbcf7

Please sign in to comment.