Files
cli/vendor/wit-parser/tests/ui/parse-fail/async-bad1.wit

8 lines
82 B
Plaintext
Raw Normal View History

package test:%async;
interface x {
resource z {
async constructor();
}
}