This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
10
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
fc8947d3e8
solidity
/
test
/
libsolidity
/
syntaxTests
/
inheritance
History
chriseth
d67734df6f
Fix error IDs.
2020-06-22 18:56:32 +02:00
..
duplicated_constructor_call
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00
fallback_receive
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00
interface
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00
override
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00
virtual
Fix error IDs.
2020-06-22 18:56:32 +02:00
allow_empty_duplicated_super_constructor_call.sol
base_arguments_empty_parentheses.sol
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00
base_arguments_multiple_inheritance.sol
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00
base_arguments_no_parentheses.sol
disallow_modifier_style_without_parentheses.sol
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00
interface_virtual_warning.sol
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00
modifiers_in_constructor_context.sol
Correctly determine whether base constructor is called without parentheses.
2018-08-01 12:28:27 +01:00
reference_non_base_ctor.sol
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00
shadowing_base_state_vars.sol
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00
shadowing_private_base_state_vars.sol
Make shadowing of inherited state variables an error.
2019-12-03 21:20:03 +01:00
super_on_external.sol
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00
too_few_base_arguments.sol
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00
unimplemented_without_virtual.sol
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00
wrong_type_base_arguments.sol
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00