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

9 lines
162 B
Plaintext
Raw Normal View History

package foo:foo;
world foo { import a: func(); }
world bar { import a: func(); }
world baz {
include foo with { b1 as b2 }
include bar with { a as b }
}