Files
cli/vendor/wit-parser/tests/ui/parse-fail/duplicate-functions.wit

9 lines
81 B
Plaintext

// parse-fail
package foo:foo;
interface foo {
foo: func();
foo: func();
}