solidity/test/libsolidity/syntaxTests/functionTypes
2020-06-22 18:56:32 +02:00
..
call_gas_on_function.sol Deprecated warning for .value() and .gas() on function and constructror calls 2020-03-04 12:51:49 +01:00
call_value_library_function.sol Deprecated warning for .value() and .gas() on function and constructror calls 2020-03-04 12:51:49 +01:00
call_value_on_non_constructor.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
call_value_on_non_payable_function_type.sol Fix error IDs. 2020-06-22 18:56:32 +02:00
call_value_on_payable_function_type.sol Deprecated warning for .value() and .gas() on function and constructror calls 2020-03-04 12:51:49 +01:00
call_value_options_on_non_payable_function_type.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
conversion_to_address.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
delete_external_function_type_invalid.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
delete_function_type_invalid.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
delete_function_type.sol test: Adapted to the change of the var-keyword elimination. 2018-06-26 10:40:26 +02:00
error_deprecate_gas_function.sol Fix error IDs. 2020-06-22 18:56:32 +02:00
error_deprecate_value_constructor.sol Fix error IDs. 2020-06-22 18:56:32 +02:00
error_deprecate_value_function.sol Fix error IDs. 2020-06-22 18:56:32 +02:00
external_function_to_function_type_calldata_parameter.sol Update tests. 2018-08-14 18:53:06 +02:00
external_function_type_public_variable.sol New tests for function state variables. 2018-04-11 22:00:04 +02:00
external_function_type_returning_internal.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
external_function_type_taking_internal.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
external_function_type_to_address_payable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
external_function_type_to_address.sol Replace casting of external functions to address by a member named "address". 2019-08-19 14:56:04 +02:00
external_function_type_to_uint.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_arrays.sol Add expectations. 2018-04-11 22:00:04 +02:00
function_type_constructor_local.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_constructor.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_internal_public_variable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_parameter.sol Add expectations. 2018-04-11 22:00:04 +02:00
function_type_return_parameters_with_names.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_returned.sol Add expectations. 2018-04-11 22:00:04 +02:00
function_type_struct_undefined_member.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_struct.sol Fix ICE when function type struct parameter has field of non-existent type 2018-11-29 10:38:47 +01:00
function_type_variable_external_internal.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type.sol Add expectations. 2018-04-11 22:00:04 +02:00
function_types_internal_visibility_error.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_types_variable_visibility.sol New tests for function state variables. 2018-04-11 22:00:04 +02:00
internal_function_array_memory_as_external_parameter_in_library_external.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
internal_function_array_storage_as_external_parameter_in_library_external.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
internal_function_as_external_parameter_in_library_external.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
internal_function_as_external_parameter_in_library_internal.sol Add expectations. 2018-04-11 22:00:04 +02:00
internal_function_as_external_parameter.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
internal_function_returned_from_public_function.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
internal_function_struct_as_external_parameter_in_library_external.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
internal_function_type_to_address.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
payable_internal_function_type_is_not_fatal.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
payable_internal_function_type.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
private_function_type.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
public_function_type.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
valid_function_type_variables.sol Disable state mutability warning for functions with empty body 2018-12-12 14:43:44 +01:00
warn_function_type_parameters_with_names.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00