Files
cli/vendor/wit-component/tests/components/adapt-empty-interface/adapt-old.wit

6 lines
88 B
Plaintext
Raw Normal View History

world adapt-old {
import new: interface {
thunk-that-is-not-called: func();
}
}