We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e416950 commit 285b72bCopy full SHA for 285b72b
src/main/kotlin/platform/mixin/reference/MixinSelectors.kt
@@ -118,7 +118,7 @@ interface MixinSelector {
118
}
119
120
fun matchMethod(method: PsiMethod, qualifier: PsiClass): Boolean {
121
- if (!canEverMatch(method.name)) {
+ if (!canEverMatch(method.internalName)) {
122
return false
123
124
val fqn = qualifier.fullQualifiedName ?: return false
0 commit comments