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

12 lines
157 B
Plaintext

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