HaxeFoundation / haxe

Haxe - The Cross-Platform Toolkit
https://haxe.org
6.03k stars 648 forks source link

[cpp] Fix abstract class functions with default values #11667

Closed Aidan63 closed 1 month ago

Aidan63 commented 1 month ago

(Closes #11666) Don't always pass None into ctx_arg as thats the default value arg which we need to pull from Meta.Value for abstract class functions.