Wit items named "Encoding" clash with `System.Text.Encoding` used in the binding code. E.g. ```wit resource foo { encoding: func(); } ``` Can the binding code refer to `Encoding` with the full path `System.Text.Encoding`?
Wit items named "Encoding" clash with
System.Text.Encodingused in the binding code.E.g.
resource foo { encoding: func(); }Can the binding code refer to
Encodingwith the full pathSystem.Text.Encoding?