Mixin
Mixin copied to clipboard
AP Fixes
This fixes 2 issues:
- Even when lambdas and such have mappings, they are not remapped due to Mirror being prioritised over ASM.
- Intersection types are not resolved properly by the AP and as such do not get remapped.
This PR fixes those and builds a fully working version of FabricAPI, with all lambdas properly in the refmaps. Closes https://github.com/SpongePowered/Mixin/issues/590 and closes https://github.com/SpongePowered/Mixin/issues/507