
* 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
6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
namespace BadNs =
|
|
include "included.aes"
|
|
|
|
contract Con =
|
|
entrypoint foo() = 43
|