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

9 lines
100 B
Plaintext
Raw Normal View History

package a:b;
interface a {
@unstable(feature = inactive)
resource a {
constructor();
}
}