solidity/test/libsolidity/syntaxTests/inheritance
2021-08-31 10:45:31 +02:00
..
duplicated_constructor_call
fallback_receive Fix ICE related to receive function having parameters. 2021-06-03 13:08:57 +02:00
interface Add override exception for interface functions. 2021-08-31 10:45:31 +02:00
override Add override exception for interface functions. 2021-08-31 10:45:31 +02:00
virtual Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
allow_empty_duplicated_super_constructor_call.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
base_arguments_empty_parentheses.sol
base_arguments_multiple_inheritance.sol
base_arguments_no_parentheses.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
base_not_contract.sol
disallow_modifier_style_without_parentheses.sol
interface_virtual_warning.sol
modifiers_in_constructor_context.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
reference_non_base_ctor.sol
shadowing_base_state_vars.sol
shadowing_private_base_state_vars.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
super_on_external.sol Tests after changing type of super to TypeType 2020-11-10 15:38:21 +01:00
too_few_base_arguments.sol
unimplemented_without_virtual.sol
wrong_type_base_arguments.sol