| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-10 | Add test for anonymous inner class mixin target | Jonas Herzig | |
| To ensure the mixin target is being remapped, even though the corresponding PsiClass cannot be found. | |||
| 2021-11-10 | Remap mixin injector target arguments even when method is not mapped | Jonas Herzig | |
| E.g. there are no mapping entries for constructors cause their name is always `<init>` but we nevertheless want to remap their argument types. We cannot determine whether the name is ambiguous in the mapped environment (because that check is based on the mappings), so we always keep the arguments when it previously had ones. | |||
| 2021-11-10 | Start adding tests | Jonas Herzig | |
