mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
I chose to fix the problem this way because it increases uniformity between 'this' and normal explicit parameters. Another possibility would be to just change the type determinatin code in DtoCreateNestedContextType to not expect the value to be already present, because it doesn't need it when isVthisPtr is true anyway. GitHub: Fixes #217.