solidity/test/libsolidity/syntaxTests/constructor
2020-05-11 16:14:34 +02:00
..
abstract_creation_forward_reference.sol Some changes to "abstract". 2019-11-05 13:55:31 +01:00
constructible_internal_constructor.sol Adjusts syntax tests to new constructor syntax. 2018-07-18 14:29:01 +02:00
constructor_no_visibility.sol Suggests external for fallback and interface functions. 2018-07-17 18:07:36 +02:00
constructor_old.sol Adds warning if function is shadowing a contract. 2018-07-18 14:29:01 +02:00
constructor_override.sol Disallow virtual and override for constructors. 2020-04-15 13:58:37 +02:00
constructor_payable.sol Deprecated warning for .value() and .gas() on function and constructror calls 2020-03-04 12:51:49 +01:00
constructor_state_mutability.sol Adjusts syntax tests to new constructor syntax. 2018-07-18 14:29:01 +02:00
constructor_virtual.sol Disallow virtual and override for constructors. 2020-04-15 13:58:37 +02:00
constructor_visibility.sol Some changes to "abstract". 2019-11-05 13:55:31 +01:00
constructor_without_implementation.sol Adjusts syntax tests to new constructor syntax. 2018-07-18 14:29:01 +02:00
constructor.sol Adjusts syntax tests to new constructor syntax. 2018-07-18 14:29:01 +02:00
external_constructor.sol Adjusts syntax tests to new constructor syntax. 2018-07-18 14:29:01 +02:00
function_named_constructor.sol Adjusts syntax tests to new constructor syntax. 2018-07-18 14:29:01 +02:00
inconstructible_internal_constructor_inverted.sol Fix tests regarding contract type conversion. 2018-08-01 11:04:35 +01:00
inconstructible_internal_constructor.sol Adjusts syntax tests to new constructor syntax. 2018-07-18 14:29:01 +02:00
interface_constructor.sol Adjusts syntax tests to new constructor syntax. 2018-07-18 14:29:01 +02:00
library_constructor.sol Adjusts syntax tests to new constructor syntax. 2018-07-18 14:29:01 +02:00
nonpayable_new.sol Callvalue checks for implicit constructors. 2020-05-11 16:14:34 +02:00
not_a_contract.sol Add tests to increase TypeChecker.cpp coverage 2019-02-13 16:31:26 +01:00
overriding_constructor.sol Adds warning if function is shadowing a contract. 2018-07-18 14:29:01 +02:00
payable_new.sol Callvalue checks for implicit constructors. 2020-05-11 16:14:34 +02:00
returns_in_constructor.sol Adjusts syntax tests to new constructor syntax. 2018-07-18 14:29:01 +02:00
two_constructors.sol Adjusts syntax tests to new constructor syntax. 2018-07-18 14:29:01 +02:00