From spec:
The signature for an override, interface implementation or delegate conversion can:
- Add
scoped to a ref or in parameter
- Add
scoped to a ref struct parameter
- Remove
[UnscopedRef] from an out parameter
- Remove
[UnscopedRef] from a ref parameter of a ref struct type
Any other difference with respect to scoped will be considered an error.