solidity/test/libsolidity/semanticTests/enums
hrkrshnn 03f58c6b52 Strict explicit conversion between literals and enums
Explicit conversions between literals and enums are only allowed if the literal can represent a
value in the enum.
2020-11-06 19:15:02 +01:00
..
constructing_enums_from_ints.sol Tests/Docs after "stricter explicit conversion from Literals to Integers" 2020-11-03 14:31:44 +01:00
enum_explicit_overflow_homestead.sol Strict explicit conversion between literals and enums 2020-11-06 19:15:02 +01:00
enum_explicit_overflow.sol Strict explicit conversion between literals and enums 2020-11-06 19:15:02 +01:00
using_contract_enums_with_explicit_contract_name.sol Yul IR generation for member access to type types. 2020-04-22 11:25:27 +02:00
using_enums.sol Update tests. 2020-07-07 12:16:18 +02:00
using_inherited_enum_excplicitly.sol Yul IR generation for member access to type types. 2020-04-22 11:25:27 +02:00
using_inherited_enum.sol Yul IR generation for member access to type types. 2020-04-22 11:25:27 +02:00