Skip to content

Commit

Permalink
null-safty fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Jan 28, 2024
1 parent c343990 commit 26622b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ else if (element instanceof HaxeLocalVarDeclaration varDeclaration) {
}

}
typeHolder = access;
if (access != null) typeHolder = access;
}
}

Expand Down

0 comments on commit 26622b6

Please sign in to comment.