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

6 lines
108 B
Plaintext

package a:b;
// for now `version` must come first
@since(feature = foo, version = 1.0.0)
interface foo2 {}