9 lines
120 B
Plaintext
9 lines
120 B
Plaintext
|
|
world adapt-foo {
|
||
|
|
import other1: interface {
|
||
|
|
foo: func();
|
||
|
|
}
|
||
|
|
import other2: interface {
|
||
|
|
bar: func();
|
||
|
|
}
|
||
|
|
}
|