Files
cli/vendor/wit-parser/tests/ui/parse-fail/world-same-fields3.wit

9 lines
99 B
Plaintext

// parse-fail
package foo:foo;
world a {
export foo: interface {}
export foo: interface {}
}