solidity/test/libsolidity/syntaxTests/inheritance
2021-02-04 13:17:28 +01:00
..
duplicated_constructor_call Update tests. 2020-07-07 12:16:18 +02:00
fallback_receive Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
interface Issue state mutability restriction for overriding and not for virtual functions. 2020-07-16 17:19:35 +02:00
override OverrideSpecifier: Check for null before dereferencing 2021-02-04 13:17:28 +01:00
virtual Type Checker: Disallow `virtual` for modifiers in libraries. 2020-09-07 11:17:38 +02:00
allow_empty_duplicated_super_constructor_call.sol Update tests. 2020-07-07 12:16:18 +02:00
base_arguments_empty_parentheses.sol Update tests. 2020-07-07 12:16:18 +02:00
base_arguments_multiple_inheritance.sol Update tests. 2020-07-07 12:16:18 +02:00
base_arguments_no_parentheses.sol Update tests. 2020-07-07 12:16:18 +02:00
base_not_contract.sol Add more syntax tests for uncovered cases 2020-11-05 10:30:09 +00:00
disallow_modifier_style_without_parentheses.sol Update tests. 2020-07-07 12:16:18 +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 Update tests. 2020-07-07 12:16:18 +02:00
reference_non_base_ctor.sol Update tests. 2020-07-07 12:16:18 +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 Tests after changing type of super to TypeType 2020-11-10 15:38:21 +01:00
too_few_base_arguments.sol Update tests. 2020-07-07 12:16:18 +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 Update tests. 2020-07-07 12:16:18 +02:00