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 8bcbeb1 commit bf45f4eCopy full SHA for bf45f4e
src/main/kotlin/platform/mixin/handlers/injectionPoint/FieldInjectionPoint.kt
@@ -109,7 +109,7 @@ class FieldInjectionPoint : QualifiedInjectionPoint<PsiField>() {
109
insn as FieldInsnNode
110
return JavaLookupElementBuilder.forField(
111
m,
112
- "L${insn.owner};.${insn.name}:${insn.desc}",
+ "L${insn.owner};${insn.name}:${insn.desc}",
113
null,
114
)
115
.setBoldIfInClass(m, targetClass)
0 commit comments