solidity/test/libsolidity/syntaxTests/multiSource
2022-04-01 23:41:18 -05:00
..
alias_shadows_another_alias.sol Contract level checker: Disallow free function redefinition and alias 2020-09-25 17:09:58 +02:00
alias_shadows_function.sol Contract level checker: Disallow free function redefinition and alias 2020-09-25 17:09:58 +02:00
circular_import_2.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
circular_import_3.sol Contract level checker: Disallow free function redefinition and alias 2020-09-25 17:09:58 +02:00
circular_import_4.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
circular_import_5.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
circular_import.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
duplicate_import_statement.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
error_in_first.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
free_different_interger_types.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
free_function_alias_different_parameter_types.sol Contract level checker: Disallow free function redefinition and alias 2020-09-25 17:09:58 +02:00
free_function_control_flow_analysis.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
free_function_redefinition_base_derived.sol Contract level checker: Disallow free function redefinition and alias 2020-09-25 17:09:58 +02:00
free_function_redefinition_transitive.sol Contract level checker: Disallow free function redefinition and alias 2020-09-25 17:09:58 +02:00
free_function_resolution_override_virtual.sol Contract level checker: Disallow free function redefinition and alias 2020-09-25 17:09:58 +02:00
import_alias_mismatch.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
import_alias.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
import_contract_function_error.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
import_not_found.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
import.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
imported_free_function.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
libraries_control_flow_analysis.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
multiple_imports_same_function.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
no_import.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
one_source.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
reimport_imported_function.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
split_contract_hierarchy_control_flow_analysis_complex.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
split_contract_hierarchy_control_flow_analysis.sol [test] Update tests to include location string. 2022-04-01 23:41:18 -05:00
two_imports_same_function.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
warning_in_both.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00