Fix error messages for some illegal constructions, fix absolute path includes (#251)

* 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
This commit is contained in:
Radosław Rowicki
2020-03-30 14:52:16 +02:00
committed by GitHub
parent 48b52cb501
commit 4f554acee6
22 changed files with 224 additions and 88 deletions
@@ -0,0 +1,5 @@
contract C1 =
entrypoint f : int
contract C =
entrypoint f() = 123