
This includes a massive refactoring of the type checker, getting rid of most of the ets tables and keeping a proper environment.
6 lines
99 B
Plaintext
6 lines
99 B
Plaintext
|
|
// You can't shadow existing contracts or namespaces.
|
|
|
|
contract Call =
|
|
function whatever() = ()
|