Skip to content

Commit

Permalink
fixing issue where errors in callExpression evaluation could cause nu…
Browse files Browse the repository at this point in the history
…llPointer
  • Loading branch information
m0rkeulv committed Apr 27, 2024
1 parent 6e9a2c8 commit 29e5fef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ public static class CallExpressionValidation {
List<ErrorRecord> errors = new ArrayList<>();
List<WarningRecord> warnings = new ArrayList<>();

HaxeGenericResolver resolver = null;
HaxeGenericResolver resolver = new HaxeGenericResolver();

boolean completed = false;
boolean memberMacroFunction = false;
Expand Down

0 comments on commit 29e5fef

Please sign in to comment.