.. |
base_constructor_double_invocation.sol
|
Disallow constructor arguments given multiple times.
|
2018-06-29 16:11:21 +02:00 |
constructor_as_modifier.sol
|
Disallow call of same-class-ctor as modifier
|
2019-10-23 10:29:41 +02:00 |
constructor_call_invalid_arg_count.sol
|
Update expectations.
|
2018-04-11 22:00:21 +02:00 |
function_modifier_double_invocation.sol
|
Extract modifier tests.
|
2018-04-11 22:00:21 +02:00 |
function_modifier_invocation_local_variables.sol
|
C99 scoping rules by default
|
2018-06-20 12:53:38 +02:00 |
function_modifier_invocation_parameters.sol
|
Extract modifier tests.
|
2018-04-11 22:00:21 +02:00 |
function_modifier_invocation.sol
|
Extract modifier tests.
|
2018-04-11 22:00:21 +02:00 |
function_overrides_modifier.sol
|
Update expectations.
|
2018-04-11 22:00:21 +02:00 |
illegal_modifier_override.sol
|
Update expectations.
|
2018-04-11 22:00:21 +02:00 |
invalid_function_modifier_type.sol
|
Update expectations.
|
2018-04-11 22:00:21 +02:00 |
legal_modifier_override.sol
|
Parse override keyword for modifier definitions
|
2019-10-30 17:31:33 +01:00 |
modifier_overrides_function.sol
|
Update expectations.
|
2018-04-11 22:00:21 +02:00 |
modifier_returns_value.sol
|
Update expectations.
|
2018-04-11 22:00:21 +02:00 |
modifier_without_underscore.sol
|
Update expectations.
|
2018-04-11 22:00:21 +02:00 |
modifiers_on_abstract_functions_no_parser_error.sol
|
Disallow functions without implementation to use modifiers. This was already the case in the experimental 0.5.0 mode.
|
2018-07-23 17:29:08 +01:00 |
use_in_invalid_context.sol
|
Check for use of modifiers in invalid contexts
|
2019-10-23 12:36:20 +02:00 |