failed to resolve document
× import `foo` conflicts with an item that was implicitly imported by an instantiation of `foo:bar`
╭─[tests/encoding/fail/implicit-arg-conflict.wac:3:8]
2 │
3 │ import foo: func();
· ─┬─
· ╰── explicit import here
4 │
5 │ let x = new foo:bar { ... };
· ───┬───
· ╰── conflicting instantiation here
╰────