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
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
large_array_in_memory_struct_2.sol
large_array_in_memory_struct.sol
large_struct_array.sol
memory_mapping_array.sol
oversized_var.sol
recursive_struct_memory.sol