aboutsummaryrefslogtreecommitdiff
path: root/src/testB/kotlin/pkg/Kt.kt
AgeCommit message (Collapse)Author
2021-11-13Fix mapping of synthetic properties when overridden in Kotlin classJonas 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.