.. |
access_in_library.sol
|
Disallow using modifiers not in the current contract or in base contracts.
|
2020-11-17 18:33:45 +01:00 |
base_constructor_double_invocation.sol
|
|
|
constructor_as_modifier.sol
|
|
|
constructor_call_invalid_arg_count.sol
|
|
|
cross_contract_access.sol
|
Disallow using modifiers not in the current contract or in base contracts.
|
2020-11-17 18:33:45 +01:00 |
cross_contract_base.sol
|
Disallow using modifiers not in the current contract or in base contracts.
|
2020-11-17 18:33:45 +01:00 |
cross_contract_unrelated.sol
|
Disallow using modifiers not in the current contract or in base contracts.
|
2020-11-17 18:33:45 +01:00 |
empty_modifier_body.sol
|
Trivial isoltest updates: missing // ---- at the end
|
2021-04-20 17:38:29 +02:00 |
empty_modifier_err.sol
|
|
|
function_modifier_double_invocation.sol
|
Trivial isoltest updates: missing // ---- at the end
|
2021-04-20 17:38:29 +02:00 |
function_modifier_invocation_local_variables.sol
|
|
|
function_modifier_invocation_parameters.sol
|
Trivial isoltest updates: missing // ---- at the end
|
2021-04-20 17:38:29 +02:00 |
function_modifier_invocation.sol
|
Trivial isoltest updates: missing // ---- at the end
|
2021-04-20 17:38:29 +02:00 |
function_overrides_modifier.sol
|
|
|
illegal_modifier_override.sol
|
|
|
illegal_name.sol
|
Tests/Docs after disallowing super, this and _ as declaration names
|
2020-11-25 11:14:13 +01:00 |
invalid_function_modifier_type.sol
|
|
|
legal_modifier_override.sol
|
Trivial isoltest updates: missing // ---- at the end
|
2021-04-20 17:38:29 +02:00 |
library_via_using.sol
|
Disallow using modifiers not in the current contract or in base contracts.
|
2020-11-17 18:33:45 +01:00 |
modifier_overrides_function.sol
|
|
|
modifier_overrides_variable.sol
|
|
|
modifier_returns_value.sol
|
|
|
modifier_without_underscore.sol
|
|
|
modifiers_on_abstract_functions_no_parser_error.sol
|
|
|
non-virtual_modifier_override.sol
|
|
|
unimplemented_function_and_modifier.sol
|
|
|
use_in_invalid_context.sol
|
|
|