solidity/test/libsolidity/syntaxTests/enums
2021-06-09 12:37:11 +02:00
..
enum_member_shadowing.sol Fix shadowing struct types by struct member names 2021-06-09 12:37:11 +02:00
enum_with_too_many_members.sol Return a type error when an enum has more than 256 members 2020-11-16 18:58:19 +01:00
global_enum_contract_name_clash.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
global_enum_name_clash.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
global_enum_shadowing.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
global_enum.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
illegal_names.sol Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
literal_conversion_error.sol Strict explicit conversion between literals and enums 2020-11-06 19:15:02 +01:00
literal_conversion.sol Strict explicit conversion between literals and enums 2020-11-06 19:15:02 +01:00