Skip to content

Wrong index typing for InvokeSpecial and InvokeStatic

The index argument for both is currently typed as Index<Item<'_>>. It should instead be Index<MethodRef<'_>>, according to the docs.