solidity/test/libsolidity/syntaxTests/scoping
2021-06-09 12:37:12 +02:00
..
access_in_assignment_dynamic_array.sol Do not allocate memory objects if they will be assigned directly. 2020-11-24 14:11:01 +01:00
access_in_assignment_struct.sol Do not allocate memory objects if they will be assigned directly. 2020-11-24 14:11:01 +01:00
double_function_declaration.sol Fix wording of error message. 2020-07-06 19:22:52 +02:00
double_variable_declaration_disjoint_scope_activation.sol Fix shadowing/same-name warnings for later declarations 2020-10-08 20:22:04 +02:00
double_variable_declaration_disjoint_scope.sol
double_variable_declaration_same_and_disjoint_scope.sol Fix shadowing/same-name warnings for later declarations 2020-10-08 20:22:04 +02:00
double_variable_declaration_same_scope.sol
function_state_variable_conflict.sol
library_inherited2.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
library_inherited.sol Remove visiblity of libraries in inherited contracts. 2020-07-09 16:38:29 +02:00
name_pseudo_shadowing2.sol If a declaration shadows several others, group them together 2020-10-08 21:01:25 +02:00
name_pseudo_shadowing.sol Correct the warning for homonymous, but not shadowing declarations 2020-09-15 02:39:21 +02:00
name_shadowing_function_parameter_name_vs_contract.sol Do not warn about shadowing parameters in functions without implementation 2021-06-09 12:35:26 +02:00
name_shadowing_function_parameter_vs_its_function.sol Do not warn about shadowing parameters in functions without implementation 2021-06-09 12:35:26 +02:00
name_shadowing_function_parameter_vs_struct_enum.sol Extra tests for shadowing within function parameter lists 2021-06-09 12:37:12 +02:00
name_shadowing_function_parameters_parameter_vs_struct_enum.sol Extra tests for shadowing within function parameter lists 2021-06-09 12:37:12 +02:00
name_shadowing_function_return_parameter_vs_struct_enum.sol Extra tests for shadowing within function parameter lists 2021-06-09 12:37:12 +02:00
name_shadowing_function_type_parameter.sol Extra tests for shadowing within function parameter lists 2021-06-09 12:37:12 +02:00
name_shadowing_function_type_return_parameter.sol Extra tests for shadowing within function parameter lists 2021-06-09 12:37:12 +02:00
name_shadowing_local_variable_vs_free_function.sol Do not warn about shadowing parameters in functions without implementation 2021-06-09 12:35:26 +02:00
name_shadowing_local_variable_vs_functions.sol Do not warn about shadowing parameters in functions without implementation 2021-06-09 12:35:26 +02:00
name_shadowing_local_variable_vs_state_variable.sol Do not warn about shadowing parameters in functions without implementation 2021-06-09 12:35:26 +02:00
poly_variable_declaration_same_scope.sol
scoping_activation_old.sol
scoping_activation.sol
scoping_for2.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
scoping_for3.sol
scoping_for_decl_in_body.sol
scoping_for.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
scoping_old.sol
scoping_self_use.sol
scoping.sol
state_variable_function_conflict_former_crash.sol
state_variable_function_conflict.sol