solidity/test/libsolidity/syntaxTests/inheritance
2018-04-09 15:26:08 +02:00
..
duplicated_constructor_call Move constructor argument override check to TypeChecker and reuse annotations in ContractCompiler. 2018-04-09 15:26:08 +02:00
allow_empty_duplicated_super_constructor_call.sol Allow duplicated constructor calls, if no arguments; support for multiple inheritance; backwards compatibility. 2018-04-09 15:26:05 +02:00
base_arguments_empty_parentheses_V050.sol Error when using empty parenthesis for base class constructors that require arguments. 2018-04-05 11:52:22 +02:00
base_arguments_empty_parentheses.sol Error when using empty parenthesis for base class constructors that require arguments. 2018-04-05 11:52:22 +02:00
base_arguments_multiple_inheritance.sol Move constructor argument override check to TypeChecker and reuse annotations in ContractCompiler. 2018-04-09 15:26:08 +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
too_few_base_arguments.sol Constructors are defined using the `constructor` keyword. 2018-04-03 18:21:55 +02:00