solidity/test/libsolidity/syntaxTests/scoping
2021-04-20 17:38:29 +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
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
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
name_shadowing2.sol
name_shadowing3.sol If a declaration shadows several others, group them together 2020-10-08 21:01:25 +02:00
name_shadowing.sol
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