solidity/test/libsolidity/syntaxTests/constructor
2020-11-03 13:31:51 +01:00
..
abstract_creation_forward_reference.sol Update tests. 2020-07-07 12:16:18 +02:00
calldata_constructor_args.sol Fix internal error for invalid data location in constructor. 2020-07-27 15:00:17 +02:00
constructer_internal_function_abstract.sol New tests. 2020-07-07 12:16:18 +02:00
constructible_abstract_base.sol Make visibility optional, but it has to be consistent. 2020-07-07 12:16:18 +02:00
constructible_internal_constructor.sol Make visibility optional, but it has to be consistent. 2020-07-07 12:16:18 +02:00
constructor_internal_function.sol New tests. 2020-07-07 12:16:18 +02:00
constructor_mapping_memory_abstract.sol New tests. 2020-07-07 12:16:18 +02:00
constructor_mapping_memory.sol New tests. 2020-07-07 12:16:18 +02:00
constructor_old.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
constructor_override.sol Update tests. 2020-07-07 12:16:18 +02:00
constructor_payable.sol Update tests. 2020-07-07 12:16:18 +02:00
constructor_state_mutability.sol Update tests. 2020-07-07 12:16:18 +02:00
constructor_storage_abstract.sol New tests. 2020-07-07 12:16:18 +02:00
constructor_storage.sol New tests. 2020-07-07 12:16:18 +02:00
constructor_virtual.sol Update tests. 2020-07-07 12:16:18 +02:00
constructor_visibility.sol Update tests. 2020-07-07 12:16:18 +02:00
constructor_without_implementation.sol Update tests. 2020-07-07 12:16:18 +02:00
constructor.sol Update tests. 2020-07-07 12:16:18 +02:00
external_constructor.sol Make visibility optional, but it has to be consistent. 2020-07-07 12:16:18 +02:00
function_named_constructor.sol Update tests. 2020-07-07 12:16:18 +02:00
inconstructible_abstract_contract_inverted.sol Make visibility optional, but it has to be consistent. 2020-07-07 12:16:18 +02:00
inconstructible_abstract_contract.sol Make visibility optional, but it has to be consistent. 2020-07-07 12:16:18 +02:00
inconstructible_internal_constructor_inverted.sol Make visibility optional, but it has to be consistent. 2020-07-07 12:16:18 +02:00
inconstructible_internal_constructor.sol Make visibility optional, but it has to be consistent. 2020-07-07 12:16:18 +02:00
interface_constructor.sol Update tests. 2020-07-07 12:16:18 +02:00
internal_constructor_non_abstract.sol Make visibility optional, but it has to be consistent. 2020-07-07 12:16:18 +02:00
library_constructor.sol Update tests. 2020-07-07 12:16:18 +02:00
msg_value_non_payable.sol ViewPureChecker::reportMutability: don't check visibility on constructors. 2020-09-07 11:35:33 -05:00
nonabiv2_type_abstract.sol New tests. 2020-07-07 12:16:18 +02:00
nonabiv2_type.sol Wording in error messages. 2020-11-03 13:31:51 +01:00
nonpayable_new.sol Update tests. 2020-07-07 12:16:18 +02:00
not_a_contract.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
overriding_constructor.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
payable_new.sol Update tests. 2020-07-07 12:16:18 +02:00
public_constructor_abstract.sol Make visibility optional, but it has to be consistent. 2020-07-07 12:16:18 +02:00
public_constructor_non_abstract.sol Make visibility optional, but it has to be consistent. 2020-07-07 12:16:18 +02:00
returns_in_constructor.sol Update tests. 2020-07-07 12:16:18 +02:00
two_constructors.sol Update tests. 2020-07-07 12:16:18 +02:00