8 lines
81 B
Plaintext
8 lines
81 B
Plaintext
|
|
package foo:bar;
|
||
|
|
|
||
|
|
world module {
|
||
|
|
import foo: interface {
|
||
|
|
resource a;
|
||
|
|
}
|
||
|
|
}
|