solidity/test/libsolidity/syntaxTests/inheritance
2018-04-10 12:09:34 +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 Error when using no parentheses in modifier-style constructor calls. 2018-04-10 12:09:34 +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
disallow_modifier_style_without_parentheses.sol Error when using no parentheses in modifier-style constructor calls. 2018-04-10 12:09:34 +02:00
too_few_base_arguments.sol Constructors are defined using the `constructor` keyword. 2018-04-03 18:21:55 +02:00