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

8 lines
84 B
Plaintext
Raw Normal View History

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