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 1e05baf commit 28b088aCopy full SHA for 28b088a
src/main/kotlin/platform/mixin/handlers/injectionPoint/NewInsnInjectionPoint.kt
@@ -223,7 +223,7 @@ class NewInsnSelectorParser : MixinSelectorParser {
223
return if (strippedValue.startsWith('(')) {
224
NewInsnDescriptorSelector(strippedValue)
225
} else {
226
- NewInsnTypeSelector(strippedValue)
+ NewInsnTypeSelector(strippedValue.removeSurrounding("L", ";"))
227
}
228
229
0 commit comments