diff options
author | Lefteris Karapetsas <lefteris@refu.co> | 2015-03-27 22:15:34 +0800 |
---|---|---|
committer | Lefteris Karapetsas <lefteris@refu.co> | 2015-03-27 22:15:34 +0800 |
commit | 621215918de0bb68c0db9369791672ec72f7bd1a (patch) | |
tree | 8d92dcfece646819325a4eda0565f838e1180cc6 /TestHelper.cpp | |
parent | fc0b32f68394518894314682f95a7b45fc1a6ef0 (diff) | |
download | dexon-solidity-621215918de0bb68c0db9369791672ec72f7bd1a.tar dexon-solidity-621215918de0bb68c0db9369791672ec72f7bd1a.tar.gz dexon-solidity-621215918de0bb68c0db9369791672ec72f7bd1a.tar.bz2 dexon-solidity-621215918de0bb68c0db9369791672ec72f7bd1a.tar.lz dexon-solidity-621215918de0bb68c0db9369791672ec72f7bd1a.tar.xz dexon-solidity-621215918de0bb68c0db9369791672ec72f7bd1a.tar.zst dexon-solidity-621215918de0bb68c0db9369791672ec72f7bd1a.zip |
Abstract contract and inheritance
- Checking the linearized base contracts for abstract functions and
handle their existence appropriately
- If a contract is abstract it can't be created with new
- An abstract contract is not compiled (no backend code is generated)
- Of course tests
Diffstat (limited to 'TestHelper.cpp')
0 files changed, 0 insertions, 0 deletions