solidity/test/libsolidity/syntaxTests/constructor
2019-11-01 14:54:47 -05:00
..
abstract_creation_forward_reference.sol Update tests. 2019-11-01 14:54:47 -05: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_state_mutability.sol Adjusts syntax tests to new constructor syntax. 2018-07-18 14:29:01 +02:00
constructor_visibility.sol Adjusts syntax tests to new constructor syntax. 2018-07-18 14:29:01 +02: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
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
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