Files
cli/vendor/wit-parser/tests/ui/parse-fail/async-bad-world2.wit

7 lines
79 B
Plaintext
Raw Normal View History

package a:b;
world foo {
import x: async func();
import x: interface {}
}