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
80bd0f47ccbb79f51e28e4c146e34da13bed0972
solidity
/
test
/
libsolidity
/
syntaxTests
/
inheritance
T
History
Jason Cobb
595f569e97
Update tests for interface inheritance
2020-01-22 09:40:40 -05:00
..
duplicated_constructor_call
…
fallback_receive
Add more override tests with public state variables
2019-12-11 15:15:51 +01:00
interface
Update tests for interface inheritance
2020-01-22 09:40:40 -05:00
override
Add more override tests with public state variables
2019-12-11 15:15:51 +01:00
virtual
…
allow_empty_duplicated_super_constructor_call.sol
…
base_arguments_empty_parentheses.sol
…
base_arguments_multiple_inheritance.sol
…
base_arguments_no_parentheses.sol
…
disallow_modifier_style_without_parentheses.sol
…
interface_virtual_warning.sol
…
modifiers_in_constructor_context.sol
…
reference_non_base_ctor.sol
…
shadowing_base_state_vars.sol
Make shadowing of inherited state variables an error.
2019-12-03 21:20:03 +01: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
…
too_few_base_arguments.sol
…
unimplemented_without_virtual.sol
Require unimplemented functions to be virtual.
2019-12-02 21:59:00 +01:00
wrong_type_base_arguments.sol
…