solidity/test/libsolidity/syntaxTests/functionTypes
2020-04-28 16:03:52 +05:30
..
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 Make sure "value" error hint is only displayed in the right context 2019-02-18 16:29:57 +01:00
call_value_on_non_payable_function_type.sol Tests, Docs and Changelog 2020-04-28 16:03:52 +05:30
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 Deprecated warning for .value() and .gas() on function and constructror calls 2020-03-04 12:51:49 +01:00
conversion_to_address.sol Add update suggestion. 2019-08-19 14:58:05 +02:00
delete_external_function_type_invalid.sol Add expectations. 2018-04-11 22:00:04 +02:00
delete_function_type_invalid.sol Add expectations. 2018-04-11 22:00:04 +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 Tests, Docs and Changelog 2020-04-28 16:03:52 +05:30
error_deprecate_value_constructor.sol Tests, Docs and Changelog 2020-04-28 16:03:52 +05:30
error_deprecate_value_function.sol Tests, Docs and Changelog 2020-04-28 16:03:52 +05:30
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 Add expectations. 2018-04-11 22:00:04 +02:00
external_function_type_taking_internal.sol Add expectations. 2018-04-11 22:00:04 +02:00
external_function_type_to_address_payable.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_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 Add expectations. 2018-04-11 22:00:04 +02:00
function_type_arrays.sol Add expectations. 2018-04-11 22:00:04 +02:00
function_type_constructor_local.sol Adjusts syntax tests to new constructor syntax. 2018-07-18 14:29:01 +02:00
function_type_constructor.sol Disallow functions without implementation to use modifiers. This was already the case in the experimental 0.5.0 mode. 2018-07-23 17:29:08 +01:00
function_type_internal_public_variable.sol New tests for function state variables. 2018-04-11 22:00:04 +02:00
function_type_parameter.sol Add expectations. 2018-04-11 22:00:04 +02:00
function_type_return_parameters_with_names.sol Return parameters in function types may not be named. 2018-06-18 00:05:06 +02:00
function_type_returned.sol Add expectations. 2018-04-11 22:00:04 +02:00
function_type_struct_undefined_member.sol Extract typing. 2020-04-14 10:59:28 +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 Update expectations. 2018-04-11 22:00:21 +02:00
function_type.sol Add expectations. 2018-04-11 22:00:04 +02:00
function_types_internal_visibility_error.sol New tests for function state variables. 2018-04-11 22:00:04 +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 Disallow internal function types as parameters for public/external library function 2019-03-21 07:25:57 +01:00
internal_function_array_storage_as_external_parameter_in_library_external.sol Disallow internal function types as parameters for public/external library function 2019-03-21 07:25:57 +01:00
internal_function_as_external_parameter_in_library_external.sol Disallow internal function types as parameters for public/external library function 2019-03-21 07:25:57 +01: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 Disallow internal function types as parameters for public/external library function 2019-03-21 07:25:57 +01:00
internal_function_returned_from_public_function.sol Disallow internal function types as parameters for public/external library function 2019-03-21 07:25:57 +01:00
internal_function_struct_as_external_parameter_in_library_external.sol Disallow internal function types as parameters for public/external library function 2019-03-21 07:25:57 +01:00
internal_function_type_to_address.sol Add expectations. 2018-04-11 22:00:04 +02:00
payable_internal_function_type_is_not_fatal.sol Add expectations. 2018-04-11 22:00:04 +02:00
payable_internal_function_type.sol Add expectations. 2018-04-11 22:00:04 +02:00
private_function_type.sol Add expectations. 2018-04-11 22:00:04 +02:00
public_function_type.sol Add expectations. 2018-04-11 22:00:04 +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 Add expectations. 2018-04-11 22:00:04 +02:00