Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-13 | Fix mapping of synthetic properties when overridden in Kotlin class | Jonas Herzig | |
In these cases, the getMethod of the property will not have a Psi element and we need to traverse up the overrides until we find one that does. | |||
2021-11-12 | Separate B from A test files | Jonas 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). |