solidity/test/libsolidity/syntaxTests/inheritance
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 Error when using no parentheses in modifier-style constructor calls. 2018-04-10 12:09:34 +02:00
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 Error when using empty parenthesis for base class constructors that require arguments. 2018-04-05 11:52:22 +02:00
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