Files
cli/vendor/wit-parser/tests/ui/parse-fail/kebab-name-include.wit

9 lines
130 B
Plaintext

package foo:foo;
world foo { import a: func(); }
world bar { import a: func(); }
world baz {
include foo;
include bar;
}