.. |
bound_calldata_parameter_accepting_calldata.sol
|
Consistent terminology for attached/bound functions (file rename)
|
2022-12-07 19:31:44 +01:00 |
bound_calldata_parameter_not_accepting_memory.sol
|
Consistent terminology for attached/bound functions (file rename)
|
2022-12-07 19:31:44 +01:00 |
double_asterisk.sol
|
|
|
external_function_qualified_with_this.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
file_level_inactive_after_import.sol
|
|
|
free_functions_implicit_conversion_err.sol
|
Consistent terminology for attached/bound functions
|
2022-12-07 19:31:41 +01:00 |
free_functions_implicit_conversion.sol
|
Extend using-for.
|
2022-03-14 12:33:44 +01:00 |
free_functions_non_unique_err.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
free_overloads_array.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
free_overloads.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
free_reference_type.sol
|
|
|
function_from_base_contract_qualified_with_super.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
function_name_without_braces_at_file_level_err.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
function_name_without_braces_inside_contract_err.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
global_and_local.sol
|
Using for with global binding.
|
2022-03-14 17:39:14 +01:00 |
global_for_asterisk.sol
|
Consistent terminology for attached/bound functions
|
2022-12-07 19:31:41 +01:00 |
global_for_non_user_defined.sol
|
|
|
global_for_type_defined_elsewhere.sol
|
|
|
global_for_type_from_other_file.sol
|
|
|
global_inside_contract.sol
|
Fix checks for "using for ... global" for libraries.
|
2022-05-02 12:40:56 +02:00 |
global_library_for_builtin.sol
|
Fix checks for "using for ... global" for libraries.
|
2022-05-02 12:40:56 +02:00 |
global_library_for_defined_elsewhere.sol
|
Fix checks for "using for ... global" for libraries.
|
2022-05-02 12:40:56 +02:00 |
global_library_for_interface.sol
|
Fix checks for "using for ... global" for libraries.
|
2022-05-02 12:40:56 +02:00 |
global_library_foreign.sol
|
Fix checks for "using for ... global" for libraries.
|
2022-05-02 12:40:56 +02:00 |
global_library_with_asterisk.sol
|
Consistent terminology for attached/bound functions
|
2022-12-07 19:31:41 +01:00 |
global_local_clash.sol
|
Consistent terminology for attached/bound functions
|
2022-12-07 19:31:41 +01:00 |
global_multiple_global_keywords.sol
|
Additional tests for edge cases for mutability, visibility, location, experimental, global, indexed and anonymous
|
2023-01-20 20:05:36 +01:00 |
global_nonglobal.sol
|
|
|
global_with_asterisk.sol
|
Consistent terminology for attached/bound functions
|
2022-12-07 19:31:41 +01:00 |
global_working.sol
|
|
|
interface_function_at_file_level.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
interface_function_inside_contract.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
interface_using_for.sol
|
Consistent terminology for attached/bound functions (file rename)
|
2022-12-07 19:31:44 +01:00 |
library_at_file_level.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
library_function_attached_and_called.sol
|
Consistent terminology for attached/bound functions (file rename)
|
2022-12-07 19:31:44 +01:00 |
library_function_attached_but_not_called.sol
|
Consistent terminology for attached/bound functions (file rename)
|
2022-12-07 19:31:44 +01:00 |
library_function_attached_to_all_types.sol
|
Consistent terminology for attached/bound functions (file rename)
|
2022-12-07 19:31:44 +01:00 |
library_functions_at_file_level.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
library_functions_attached_at_file_level_used_inside_library.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
library_functions_attached_in_single_directive_at_file_level.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
library_functions_attached_in_single_directive_inside_contract.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
library_functions_inside_contract.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
library_import_as.sol
|
|
|
library_inside_contract.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
library_non_free_external_function_err.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
library_non_free_function.sol
|
|
|
module_1.sol
|
Extend using-for.
|
2022-03-14 12:33:44 +01:00 |
module_2.sol
|
|
|
module_3.sol
|
|
|
module_identifier_not_found.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
private_library_function_inside_scope.sol
|
Forbid private library functions to be attached outside their declaration scope
|
2023-01-17 16:27:35 -03:00 |
private_library_function_outside_scope.sol
|
Forbid private library functions to be attached outside their declaration scope
|
2023-01-17 16:27:35 -03:00 |
public_state_variable_getter.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
undeclared_library.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
unqualified_library_functions_attached_in_single_directive_inside_library.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
using_contract_err.sol
|
|
|
using_empty_list_err.sol
|
|
|
using_empty_list_file_level.sol
|
|
|
using_for_ast_file_level.sol
|
|
|
using_for_enum.sol
|
User-defined operators: Tests
|
2023-02-22 00:40:03 +01:00 |
using_free_functions.sol
|
|
|
using_free_no_parameters_err.sol
|
Consistent terminology for attached/bound functions
|
2022-12-07 19:31:41 +01:00 |
using_free_no_parameters_struct_err.sol
|
Consistent terminology for attached/bound functions
|
2022-12-07 19:31:41 +01:00 |
using_functions_with_ast.sol
|
Extend using-for.
|
2022-03-14 12:33:44 +01:00 |
using_lhs_asterisk_contract.sol
|
|
|
using_lhs_asterisk.sol
|
|
|
using_library_ast_file_level.sol
|
|
|
using_library_file_level.sol
|
|
|
using_library_for_library.sol
|
Consistent terminology for attached/bound functions (file rename)
|
2022-12-07 19:31:44 +01:00 |
using_non_free_function_err.sol
|
Consistent terminology for attached/bound functions
|
2022-12-07 19:31:41 +01:00 |
using_non_function.sol
|
|
|
using_struct_for_struct.sol
|
Consistent terminology for attached/bound functions (file rename)
|
2022-12-07 19:31:44 +01:00 |