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 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 Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
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 Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_state_variable_conflict.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
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_shadowing2.sol Correct the warning for homonymous, but not shadowing declarations 2020-09-15 02:39:21 +02:00
name_shadowing3.sol If a declaration shadows several others, group them together 2020-10-08 21:01:25 +02:00
name_shadowing.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
poly_variable_declaration_same_scope.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
scoping_activation_old.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
scoping_activation.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
scoping_for2.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
scoping_for3.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
scoping_for_decl_in_body.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
scoping_for.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
scoping_old.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
scoping_self_use.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
scoping.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
state_variable_function_conflict_former_crash.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
state_variable_function_conflict.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00