Commit 00b77f3
committed
Fix matching bad owner matching condition
In a previous change I assumed owner was using dots for inner classes,
which is not the case and messes up with other parts of the Mixin
support, so instead we keep the dollar sign separator when creating
the MemberReference1 parent 9fe7691 commit 00b77f3
File tree
2 files changed
+2
-2
lines changed- src/main/kotlin
- platform/mixin/handlers/injectionPoint
- util
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments