aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/b/pkg/BParent.java
AgeCommit message (Collapse)Author
2021-11-12Separate B from A test filesJonas Herzig
So we are closer to a realistic setup and can tell when we accidentally look up a class in the wrong project. Also allows us to have changes in a class but not to the class or its package (i.e. same file).
2021-11-12Fix methods in mixin being remapped when they should not beJonas Herzig
2021-11-10Start adding testsJonas Herzig