solidity/test/libsolidity/syntaxTests/constructor
Christian Parpart 396bf11858 enforce interface-functions to be external-declared
- libsolidity: Enforce interface-functions must be external-declared.
- Changelog adapted to reflect changes wrt. functions in interfaces.
- test: Adjustments according to prior interface-function changes.
- tests: Adapting SolidityEndToEndTest to interface-function change.
- docs: Adapted documentation to interface-function change.
2018-07-16 12:15:36 +02:00
..
constructible_internal_constructor_new.sol
constructible_internal_constructor_old.sol
constructor_new.sol
constructor_no_visibility_050.sol
constructor_no_visibility.sol
constructor_old_050.sol
constructor_old.sol
constructor_state_mutability_new.sol Fixes broken syntax tests. 2018-07-04 11:47:35 +02:00
constructor_state_mutability_old.sol Fixes broken syntax tests. 2018-07-04 11:47:35 +02:00
constructor_visibility_new.sol Added default data locations to parameters for syntax tests. 2018-07-11 20:24:50 -05:00
constructor_visibility_old.sol Added default data locations to parameters for syntax tests. 2018-07-11 20:24:50 -05:00
constructor_without_implementation_new.sol Adds default visibility specifier to syntax tests. 2018-07-04 10:45:59 +02:00
constructor_without_implementation_old.sol Adds default visibility specifier to syntax tests. 2018-07-04 10:45:59 +02:00
external_constructor_new.sol
external_constructor_old.sol
function_named_constructor.sol
inconstructible_internal_constructor_inverted_new.sol
inconstructible_internal_constructor_inverted_old.sol
inconstructible_internal_constructor_new.sol
inconstructible_internal_constructor_old.sol
interface_constructor_new.sol enforce interface-functions to be external-declared 2018-07-16 12:15:36 +02:00
interface_constructor_old.sol enforce interface-functions to be external-declared 2018-07-16 12:15:36 +02:00
library_constructor_new.sol Adds default visibility specifier to syntax tests. 2018-07-04 10:45:59 +02:00
library_constructor_old.sol Adds default visibility specifier to syntax tests. 2018-07-04 10:45:59 +02:00
overriding_constructor.sol
returns_in_constructor_new.sol
returns_in_constructor_old.sol
two_constructors_mixed.sol
two_constructors_new.sol
two_constructors_old.sol