Files
cli/vendor/wit-parser/tests/ui/error-context.wit

8 lines
152 B
Plaintext
Raw Normal View History

package foo:error-contexts;
interface error-contexts {
type t1 = error-context;
foo: func(x: error-context, y: t1) -> result<_, error-context>;
}