solidity/test/libsolidity/syntaxTests/inheritance
chriseth cac2e843e6
Merge pull request #7618 from ethereum/addMoreAbstractKeywordsInTests
Add some more abstract keywords in test to make sure the correct property is tested.
2019-11-05 13:38:21 +01:00
..
duplicated_constructor_call
fallback_receive Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
override Add some more abstract keywords in test to make sure the correct property is tested. 2019-11-04 17:26:38 +01:00
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
modifiers_in_constructor_context.sol
reference_non_base_ctor.sol
super_on_external.sol Implement override checking 2019-10-30 17:31:33 +01:00
too_few_base_arguments.sol
wrong_type_base_arguments.sol Fix missing trailing dot in error message 2019-03-11 16:15:18 +01:00