solidity/test/libsolidity/syntaxTests/inheritance/override
2019-12-05 09:26:43 +01:00
..
add_view.sol Implement virtual keyword 2019-11-14 11:49:39 +01:00
calldata_memory_conflict.sol Implement virtual keyword 2019-11-14 11:49:39 +01:00
calldata_memory_interface_instantiate.sol Implement override checking 2019-10-30 17:31:33 +01:00
calldata_memory_interface_struct.sol Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
calldata_memory_interface.sol Implement override checking 2019-10-30 17:31:33 +01:00
calldata_memory_struct.sol Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
calldata_memory.sol Implement virtual keyword 2019-11-14 11:49:39 +01:00
change_return_types_in_interface.sol Implement override checking 2019-10-30 17:31:33 +01:00
detect_double_override.sol Parse override keyword 2019-08-26 17:34:21 +02:00
external_turns_public_no_params.sol Implement virtual keyword 2019-11-14 11:49:39 +01:00
function_pointer.sol Implement virtual keyword 2019-11-14 11:49:39 +01:00
function_state_variable.sol Add additional test cases. 2018-08-01 17:18:17 +02:00
implement_interface_by_public_variable.sol Public state variables are implementing external functions. 2018-12-03 10:46:03 +01:00
implement_internal_function_by_public_variable.sol Require unimplemented functions to be virtual. 2019-12-02 21:59:00 +01:00
implement_private_function_by_public_variable.sol Require unimplemented functions to be virtual. 2019-12-02 21:59:00 +01:00
implement_public_function_by_public_variable.sol Require unimplemented functions to be virtual. 2019-12-02 21:59:00 +01:00
internal_external_inheritance.sol Implement override checking 2019-10-30 17:31:33 +01:00
internal_external.sol Implement override checking 2019-10-30 17:31:33 +01:00
override_ambiguous.sol Make shadowing of inherited state variables an error. 2019-12-03 21:20:03 +01:00
override_base_base.sol Require unimplemented functions to be virtual. 2019-12-02 21:59:00 +01:00
override_empty_list.sol Parse override keyword 2019-08-26 17:34:21 +02:00
override_interface_multiple.sol Require unimplemented functions to be virtual. 2019-12-02 21:59:00 +01:00
override_interface.sol Require unimplemented functions to be virtual. 2019-12-02 21:59:00 +01:00
override_missing_virtual.sol Require unimplemented functions to be virtual. 2019-12-02 21:59:00 +01:00
override_multiple2.sol Require unimplemented functions to be virtual. 2019-12-02 21:59:00 +01:00
override_multiple_duplicated.sol Make shadowing of inherited state variables an error. 2019-12-03 21:20:03 +01:00
override_multiple_fail1.sol Parse override keyword 2019-08-26 17:34:21 +02:00
override_multiple_fail2.sol Parse override keyword 2019-08-26 17:34:21 +02:00
override_multiple_fail3.sol Parse override keyword 2019-08-26 17:34:21 +02:00
override_multiple_fail4.sol Parse override keyword 2019-08-26 17:34:21 +02:00
override_multiple_missing.sol Make shadowing of inherited state variables an error. 2019-12-03 21:20:03 +01:00
override_multiple_no_virtual2.sol Implement virtual keyword 2019-11-14 11:49:39 +01:00
override_multiple_no_virtual.sol Implement virtual keyword 2019-11-14 11:49:39 +01:00
override_multiple_unresolved.sol Implement override checking 2019-10-30 17:31:33 +01:00
override_multiple.sol Make shadowing of inherited state variables an error. 2019-12-03 21:20:03 +01:00
override_return_mismatch.sol Make shadowing of inherited state variables an error. 2019-12-03 21:20:03 +01:00
override_shared_base_partial.sol Implement virtual keyword 2019-11-14 11:49:39 +01:00
override_shared_base_simple.sol Implement override checking 2019-10-30 17:31:33 +01:00
override_shared_base.sol Implement virtual keyword 2019-11-14 11:49:39 +01:00
override_type_mismatch.sol Make shadowing of inherited state variables an error. 2019-12-03 21:20:03 +01:00
override_unimplemented_fail.sol Implement and fix overriding unimplemented and implemented functions with unimplemented functions. 2019-12-05 09:26:43 +01:00
override_unimplemented_fine.sol Implement and fix overriding unimplemented and implemented functions with unimplemented functions. 2019-12-05 09:26:43 +01:00
override.sol Make shadowing of inherited state variables an error. 2019-12-03 21:20:03 +01:00
remove_view.sol Implement virtual keyword 2019-11-14 11:49:39 +01:00
state_variable_function.sol Require unimplemented functions to be virtual. 2019-12-02 21:59:00 +01:00
virtual_private.sol Require unimplemented functions to be virtual. 2019-12-02 21:59:00 +01:00