solidity/test/libsolidity/syntaxTests/inheritance
2018-04-09 11:22:35 +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_no_parentheses.sol Error when using empty parenthesis for base class constructors that require arguments. 2018-04-05 11:52:22 +02:00
duplicated_super_constructor_call_empty.sol Error on duplicated super constructor calls 2018-04-09 11:22:35 +02:00
duplicated_super_constructor_call.sol Error on duplicated super constructor calls 2018-04-09 11:22:35 +02:00
too_few_base_arguments.sol Constructors are defined using the `constructor` keyword. 2018-04-03 18:21:55 +02:00