.. |
duplicated_constructor_call
|
Cleanup 0.5.0 test cases
|
2018-08-06 12:03:00 +01:00 |
fallback_receive
|
Add more override tests with public state variables
|
2019-12-11 15:15:51 +01:00 |
interface
|
Update tests for interface inheritance
|
2020-01-22 09:40:40 -05:00 |
override
|
Add more override tests with public state variables
|
2019-12-11 15:15:51 +01:00 |
virtual
|
Implement virtual keyword
|
2019-11-14 11:49:39 +01: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
|
Cleans up syntax test.
|
2018-07-11 13:26:52 +02:00 |
base_arguments_multiple_inheritance.sol
|
Disallow constructor arguments given multiple times.
|
2018-06-29 16:11:21 +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
|
Disallow calling base constructors without arguments.
|
2018-08-01 12:28:27 +01:00 |
interface_virtual_warning.sol
|
Implement virtual keyword
|
2019-11-14 11:49:39 +01: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
|
Add tests to increase coverage of TypeChecker
|
2019-02-06 20:45:30 +01:00 |
shadowing_base_state_vars.sol
|
Make shadowing of inherited state variables an error.
|
2019-12-03 21:20:03 +01: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
|
Implement virtual keyword
|
2019-11-14 11:49:39 +01:00 |
too_few_base_arguments.sol
|
Improves error with suggestion to remove parantheses.
|
2018-07-11 01:58:17 +02:00 |
unimplemented_without_virtual.sol
|
Require unimplemented functions to be virtual.
|
2019-12-02 21:59:00 +01:00 |
wrong_type_base_arguments.sol
|
Fix missing trailing dot in error message
|
2019-03-11 16:15:18 +01:00 |