Skip to content

Commit

Permalink
Fix leaking private modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
MatwayBurkow committed Mar 15, 2023
1 parent 7a47a30 commit d7ce7cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codeNode.mpl
Original file line number Diff line number Diff line change
Expand Up @@ -1933,7 +1933,9 @@ checkVarForGlobalsFromAnotherFile: [

srcVar.mplSchemaId @dstVar.@mplSchemaId set

srcVar.private new @dstVar.!private
toNew ~ [
srcVar.private new @dstVar.!private
] when
] "copyOneVarWithImpl" exportFunction

{
Expand Down

0 comments on commit d7ce7cd

Please sign in to comment.