This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
11
Star
0
Fork
0
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
108490e630fc7f58a405f8b4dca2af27bf5d4e1a
solidity
/
test
/
libsolidity
/
syntaxTests
/
scoping
T
History
Kamil Śliwak
34da6c8811
Remove the inaccurate Type::categoryName() and change the error message for invalid calls to one independent of the category
2023-04-20 13:50:22 +02:00
..
access_in_assignment_dynamic_array.sol
…
access_in_assignment_struct.sol
…
double_function_declaration.sol
…
double_variable_declaration_disjoint_scope_activation.sol
…
double_variable_declaration_disjoint_scope.sol
…
double_variable_declaration_same_and_disjoint_scope.sol
…
double_variable_declaration_same_scope.sol
…
external_library_function_inside_scope.sol
Allow library external functions to be bound with using for
2023-02-02 13:39:19 -03:00
function_state_variable_conflict.sol
…
library_inherited2.sol
…
library_inherited.sol
…
name_pseudo_shadowing2.sol
…
name_pseudo_shadowing.sol
…
name_shadowing_function_parameter_name_vs_contract.sol
…
name_shadowing_function_parameter_vs_its_function.sol
…
name_shadowing_function_parameter_vs_struct_enum.sol
…
name_shadowing_function_parameters_parameter_vs_struct_enum.sol
…
name_shadowing_function_return_parameter_vs_struct_enum.sol
…
name_shadowing_function_type_parameter.sol
…
name_shadowing_function_type_return_parameter.sol
…
name_shadowing_local_variable_vs_free_function.sol
…
name_shadowing_local_variable_vs_functions.sol
…
name_shadowing_local_variable_vs_state_variable.sol
…
poly_variable_declaration_same_scope.sol
…
scoping_activation_old.sol
…
scoping_activation.sol
…
scoping_for2.sol
…
scoping_for3.sol
…
scoping_for_decl_in_body.sol
…
scoping_for.sol
…
scoping_old.sol
…
scoping_self_use.sol
…
scoping.sol
…
state_variable_function_conflict_former_crash.sol
Remove the inaccurate Type::categoryName() and change the error message for invalid calls to one independent of the category
2023-04-20 13:50:22 +02:00
state_variable_function_conflict.sol
…