solidity/test/libsolidity/syntaxTests/conversion
2019-11-20 12:27:40 +01:00
..
allowed_conversion_to_bytes_array.sol
allowed_conversion_to_string.sol
conversion_to_bytes.sol
explicit_conversion_address_to_payable.sol Allow explicit conversion from address to address payable 2019-09-09 23:46:00 +02:00
explicit_conversion_from_storage_array_ref.sol
explicit_conversion_sender_to_payable.sol Allow explicit conversion from address to address payable 2019-09-09 23:46:00 +02:00
explicit_conversion_this_to_payable.sol Allow explicit conversion from address to address payable 2019-09-09 23:46:00 +02:00
function_type_nonpayable_payable.sol Function type conversion test cases. 2018-11-08 10:51:51 +01:00
function_type_nonpayable_pure.sol Function type conversion test cases. 2018-11-08 10:51:51 +01:00
function_type_nonpayable_view.sol Function type conversion test cases. 2018-11-08 10:51:51 +01:00
function_type_payable_nonpayable.sol Function type conversion test cases. 2018-11-08 10:51:51 +01:00
function_type_payable_pure.sol Function type conversion test cases. 2018-11-08 10:51:51 +01:00
function_type_payable_view.sol Function type conversion test cases. 2018-11-08 10:51:51 +01:00
function_type_pure_nonpayable.sol Function type conversion test cases. 2018-11-08 10:51:51 +01:00
function_type_pure_payable.sol Function type conversion test cases. 2018-11-08 10:51:51 +01:00
function_type_pure_view.sol Function type conversion test cases. 2018-11-08 10:51:51 +01:00
function_type_same.sol Function type conversion test cases. 2018-11-08 10:51:51 +01:00
function_type_view_nonpayable.sol Function type conversion test cases. 2018-11-08 10:51:51 +01:00
function_type_view_payable.sol Function type conversion test cases. 2018-11-08 10:51:51 +01:00
function_type_view_pure.sol Function type conversion test cases. 2018-11-08 10:51:51 +01:00
implicit_conversion_from_storage_array_ref.sol
not_allowed_conversion_from_super.sol Disallow conversion from `super` 2019-11-19 17:14:11 +01:00
not_allowed_conversion_to_int_array_pointer1.sol
not_allowed_conversion_to_int_array_pointer2.sol