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

7 lines
74 B
Plaintext
Raw Normal View History

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