solidity/test/libsolidity/syntaxTests/constructor
2023-02-15 14:27:03 +01:00
..
abstract_creation_forward_reference.sol Fix missing base constructor arguments being treated as an unimplemented function 2023-02-15 14:27:03 +01:00
base_constructor_missing_arguments_abstract_inheritance_list_empty_parens.sol Add more tests tests for calls to base constructor with missing or wrong arguments 2023-02-15 14:17:55 +01:00
base_constructor_missing_arguments_abstract_lists_omitted.sol Add more tests tests for calls to base constructor with missing or wrong arguments 2023-02-15 14:17:55 +01:00
base_constructor_missing_arguments_abstract_modifier_init_empty_list.sol Add more tests tests for calls to base constructor with missing or wrong arguments 2023-02-15 14:17:55 +01:00
base_constructor_missing_arguments_abstract_modifier_init.sol Add more tests tests for calls to base constructor with missing or wrong arguments 2023-02-15 14:17:55 +01:00
base_constructor_missing_arguments.sol Fix missing base constructor arguments being treated as an unimplemented function 2023-02-15 14:27:03 +01:00
base_constructor_wrong_arg_count_inheritance_and_modifier_lists.sol Only suggest removing parentheses from a construction call if they're empty 2023-02-15 14:27:03 +01:00
base_constructor_wrong_arg_count_inheritance_list_abstract.sol Only suggest removing parentheses from a construction call if they're empty 2023-02-15 14:27:03 +01:00
base_constructor_wrong_arg_count_inheritance_list_empty_parens_and_modifier_list.sol Add more tests tests for calls to base constructor with missing or wrong arguments 2023-02-15 14:17:55 +01:00
base_constructor_wrong_arg_count_inheritance_list_with_derived_constructor.sol Only suggest removing parentheses from a construction call if they're empty 2023-02-15 14:27:03 +01:00
base_constructor_wrong_arg_count_inheritance_list.sol Only suggest removing parentheses from a construction call if they're empty 2023-02-15 14:27:03 +01:00
base_constructor_wrong_arg_count_modifier_list.sol Add more tests tests for calls to base constructor with missing or wrong arguments 2023-02-15 14:17:55 +01: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 Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
constructible_abstract_base.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
constructible_internal_constructor.sol Make visibility optional, but it has to be consistent. 2020-07-07 12:16:18 +02:00
constructor_function_parameter_disallowed_conversion.sol Consistent terminology for attached/bound functions 2022-12-07 19:31:41 +01: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 Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol 2021-12-03 12:23:35 +05:30
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 Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
constructor_state_mutability.sol Update tests. 2020-07-07 12:16:18 +02:00
constructor_storage_abstract.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +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 Fix missing base constructor arguments being treated as an unimplemented function 2023-02-15 14:27:03 +01:00
constructor_without_implementation.sol Update tests. 2020-07-07 12:16:18 +02:00
constructor.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +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 Explicitly set coder to v1 for syntax tests. 2020-12-09 15:25:15 +01:00
nonabiv2_type.sol Explicitly set coder to v1 for syntax tests. 2020-12-09 15:25:15 +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