.. |
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_function_parameter_disallowed_conversion.sol
|
Added syntax tests for constructors with function parameter
|
2021-02-17 17:12:02 +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
|
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
|
Test updates after disallowing Integer -> Contract conversion
|
2020-12-03 17:53:00 +01: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
|
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 |