This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
11
Star
0
Fork
0
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
68f0f36a2d78e2c653fbfc500164e34a35f43adb
solidity
/
test
/
libsolidity
/
syntaxTests
/
enums
T
History
Alex Beregszaszi
1be07c2b36
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +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