solidity/test/libsolidity/syntaxTests/conversion
2022-04-01 23:41:18 -05: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 [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
convert_to_super_nonempty.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
explicit_conversion_address_to_payable.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
explicit_conversion_from_storage_array_ref.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
explicit_conversion_sender_to_payable.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
explicit_conversion_this_to_payable.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05: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 [test] Update tests to include location string. 2022-04-01 23:41:18 -05: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 conversion test cases. 2018-11-08 10:51:51 +01:00
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_from_array_of_string_literals_to_calldata_string.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05: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 [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
implicit_conversion_from_string_literal_to_calldata_string.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
implicit_conversion_of_super_in_comparison.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
implicit_conversion_of_super_in_operators.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
not_allowed_conversion_from_super.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
not_allowed_conversion_to_int_array_pointer1.sol Do not set to ref for explicit conversion and add assertion for array 2018-09-14 08:42:40 +02:00
not_allowed_conversion_to_int_array_pointer2.sol Do not set to ref for explicit conversion and add assertion for array 2018-09-14 08:42:40 +02:00