solidity/test/libsolidity/syntaxTests/constructor
2018-07-18 14:29:01 +02: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 Adjusts syntax tests to new constructor syntax. 2018-07-18 14:29:01 +02: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
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