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

12 lines
99 B
Plaintext
Raw Normal View History

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