solidity/test/libsolidity/syntaxTests/iceRegressionTests
Kamil Śliwak 4a19c7e495 Treat invalid external function type as a fatal error to prevent the type from being used
- `returnParameterTypesWithoutDynamicTypes()` assumes it won't encounter such types.
2021-06-02 21:44:39 +02:00
..
declarationUnaryTuple Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
calling_external_function_via_local_variable_with_invalid_type.sol Treat invalid external function type as a fatal error to prevent the type from being used 2021-06-02 21:44:39 +02:00
calling_external_function_via_parameter_with_invalid_type.sol Treat invalid external function type as a fatal error to prevent the type from being used 2021-06-02 21:44:39 +02:00
const_struct_with_mapping.sol Fix ICE caused by const structs with mappings 2021-01-12 18:39:54 +01:00
identifier_collision_return_declare.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
large_array_in_memory_struct_2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
large_array_in_memory_struct.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
large_struct_array.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
memory_mapping_array.sol Remove special treatment of `var`. 2020-07-20 17:22:04 +02:00
oversized_var.sol Introduce CompositeType 2020-09-21 16:18:04 +02:00
recursive_struct_memory.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30