solidity/test/libsolidity/syntaxTests/conversion
2023-07-18 12:58:11 +02:00
..
allowed_conversion_to_bytes_array.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
allowed_conversion_to_string.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
conversion_to_bytes.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
convert_to_super_empty.sol Disallow conversion to super. 2020-12-01 14:15:50 +01:00
convert_to_super_nonempty.sol Disallow conversion to super. 2020-12-01 14:15:50 +01:00
explicit_conversion_address_to_payable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
explicit_conversion_error_to_bytes4.sol Display human readable type name in conversion error message 2022-06-08 18:23:51 +05:30
explicit_conversion_event_to_bytes4.sol Display human readable type name in conversion error message 2022-06-08 18:23:51 +05:30
explicit_conversion_from_error.sol Display human readable type name in conversion error message 2022-06-08 18:23:51 +05:30
explicit_conversion_from_event.sol Display human readable type name in conversion error message 2022-06-08 18:23:51 +05:30
explicit_conversion_from_storage_array_ref.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
explicit_conversion_sender_to_payable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
explicit_conversion_this_to_payable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_cast_value_set.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_array_to_memory.sol Fix assertion preventing assignment of arrays of implicitly convertible function types 2021-06-03 08:56:02 +02:00
function_type_nonpayable_payable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_nonpayable_pure.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_nonpayable_view.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_payable_nonpayable.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_type_payable_pure.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_payable_view.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_pure_nonpayable.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_type_pure_payable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_pure_view.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_type_same.sol
function_type_view_nonpayable.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_type_view_payable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_view_pure.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
implicit_conversion_error_to_bytes4_function_argument.sol Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
implicit_conversion_error_to_bytes4_return_value.sol Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
implicit_conversion_event_to_bytes4_function_argument.sol Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
implicit_conversion_event_to_bytes4_return_value.sol Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
implicit_conversion_from_array_of_string_literals_to_calldata_string.sol Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
implicit_conversion_from_storage_array_ref.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
implicit_conversion_from_string_literal_to_calldata_string_in_function_parameter.sol Mark string literals as not implicitly convertible to calldata arrays 2020-09-16 12:44:57 +02:00
implicit_conversion_from_string_literal_to_calldata_string.sol Mark string literals as not implicitly convertible to calldata arrays 2020-09-16 12:44:57 +02:00
implicit_conversion_of_super_in_comparison.sol Error message tweak: built-in unary/binary operator 2022-11-07 17:13:41 +01:00
implicit_conversion_of_super_in_operators.sol Restrict mobileType of TypeType 2023-07-18 12:58:11 +02:00
not_allowed_conversion_from_super.sol Tests after changing type of super to TypeType 2020-11-10 15:38:21 +01:00
not_allowed_conversion_to_int_array_pointer1.sol
not_allowed_conversion_to_int_array_pointer2.sol