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