7 lines
75 B
Plaintext
7 lines
75 B
Plaintext
package foo:foo;
|
|
|
|
interface foo {
|
|
use foo:some-dep/types.{some-type};
|
|
}
|
|
|