6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
contract interface I : H =
|
|
entrypoint f : () => unit
|
|
|
|
contract C =
|
|
entrypoint g() = ()
|