solidity/test/libsolidity/syntaxTests/constructor
2019-11-05 13:55:31 +01:00
..
abstract_creation_forward_reference.sol Some changes to "abstract". 2019-11-05 13:55:31 +01:00
constructible_internal_constructor.sol
constructor_no_visibility.sol
constructor_old.sol Adds warning if function is shadowing a contract. 2018-07-18 14:29:01 +02:00
constructor_state_mutability.sol
constructor_visibility.sol Some changes to "abstract". 2019-11-05 13:55:31 +01:00
constructor_without_implementation.sol
constructor.sol
external_constructor.sol
function_named_constructor.sol
inconstructible_internal_constructor_inverted.sol Fix tests regarding contract type conversion. 2018-08-01 11:04:35 +01:00
inconstructible_internal_constructor.sol
interface_constructor.sol
library_constructor.sol
not_a_contract.sol Add tests to increase TypeChecker.cpp coverage 2019-02-13 16:31:26 +01:00
overriding_constructor.sol Adds warning if function is shadowing a contract. 2018-07-18 14:29:01 +02:00
returns_in_constructor.sol
two_constructors.sol