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