10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
world adapt-old {
|
|
import foo:shared-dependency/doc;
|
|
|
|
import adapter-dep: interface {
|
|
use foo:shared-dependency/types.{a-typedef};
|
|
|
|
foo: func() -> a-typedef;
|
|
}
|
|
}
|