sophia/test/contracts/bad_include_and_ns.aes

7 lines
105 B
Plaintext

contract Bad =
include "included.aes"
namespace Foo =
function foo() = 42
function foo() = 43