
* Updated tests, banned type decls and toplevel letvals * Properly ban nested contracts * Fix including by path * Fix error message test * Fix prettpr attr display. Make dialyzer happy * More tests * Fixed type printing * Updated docs
5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
contract C1 =
|
|
entrypoint f : int
|
|
|
|
contract C =
|
|
entrypoint f() = 123 |