solidity/test/libsolidity/syntaxTests/enums
2020-11-25 11:14:13 +01: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 Allow global enum definitions. 2019-09-02 11:52:51 +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