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

7 lines
68 B
Plaintext

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