solidity/test/libsolidity/syntaxTests/immutable
2022-04-01 23:41:18 -05:00
..
as_function_param.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
assembly.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
base_ctor_return_no_immutables.sol Fix wrong error with immutables when base contract c'tor uses return 2022-01-13 13:09:36 +01:00
complex.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
conditional_return_uninitialized.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
conditionally_initialized.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
creationCode.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
ctor_indirect_initialization.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
ctor_initialization_indirect_reading.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
ctor_initialization_reading.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
ctor_initialization_tuple.sol Update tests. 2020-07-07 12:16:18 +02:00
ctor_modifier_args.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
ctor_modifier_initialization.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
ctor_modifier_reading.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
decrement.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
delete_and_initialize.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
delete.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
double_specifier.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
external_function_pointer.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
function_initialization_reading.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
function_initialization.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
function_pointer_initializing.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
function_pointer_reading.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
illegal_names.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
immutable_basic.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
increment_decrement.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
increment.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
indirect_reading_during_statevar_init.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
inheritance_ctor_argument.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
inheritance_ctor_inherit_specifier_argument_init.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
inheritance_ctor_inherit_specifier_argument_reading.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
inheritance_ctor.sol Update tests. 2020-07-07 12:16:18 +02:00
inheritance_virtual_functions_direct_call.sol Allow reading of immutables during construction time 2021-08-19 13:59:05 +02:00
inheritance_virtual_functions_super.sol Allow reading of immutables during construction time 2021-08-19 13:59:05 +02:00
inheritance_virtual_functions.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
inheritance_virtual_modifiers.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
inheritance_wrong_ctor.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
init_in_ctor_param.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
init_in_inheritance_specifier_param.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
init_in_modifier_param.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
initialized_after_ctor.sol Update tests. 2020-07-07 12:16:18 +02:00
long_name.sol Allow Yul literals longer than 32-bytes when used as literal arguments for builtins 2020-06-24 15:05:38 +02:00
loop_initialized.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
multiple_inheritance_virtual_functions_with_super.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
multiple_inheritance_virtual_functions.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
multiple_initializations.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
no_assignments.sol Report an error if immutables not assigned 2020-07-23 16:38:54 +02:00
non-value_type.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
private_state_var.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
read_in_function_before_init2.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
read_in_function_before_init.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
reading_after_initialization_function.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
reading_after_initialization_modifier.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
reading_after_initialization.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
reading_during_statevar_init.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
return_uninitialized.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
runtimeCode.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
runtimeCodeInheritance.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
selector_function_name.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
selector_function_pointer.sol Update tests. 2020-07-07 12:16:18 +02:00
selector.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
unary.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
uninitialized_private_state_var.sol Update tests. 2020-07-07 12:16:18 +02:00
uninitialized.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
unrelated_reading.sol Immutables with literal values are pure. 2020-11-10 13:08:42 +01:00
variable_declaration_already.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
variable_declaration_value.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
writing_after_initialization_modifier.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
writing_after_initialization.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00