failed to resolve document
× export `foo` conflicts with interface definition
╭─[tests/resolution/fail/export-conflict-interface.wac:9:13]
4 │
5 │ interface foo {
· ─┬─
· ╰── previous definition is here
6 │
7 │ }
8 │
9 │ export f as "foo";
· ──┬──
· ╰── conflicting export of `foo`
╰────