solidity/test/libsolidity/syntaxTests/imports
2020-06-22 16:51:47 +02:00
..
circular_import.sol
complex_import.sol
filename_with_period.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
import_access_struct.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
import_does_not_clutter_importee.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
import_is_transitive.sol
inheritance_abi_encoder_match.sol
inheritance_abi_encoder_mismatch_1.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
inheritance_abi_encoder_mismatch_2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
library_name_clash_with_contract.sol
library_name_clash.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_1.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_3.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_4.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_5.sol
name_clash_in_import_contract_struct_1.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_contract_struct_2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_contract_struct_3.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_contract_struct_4.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_contract_struct_5.sol
name_clash_in_import_enum_contract.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_enum_struct.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_enum.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_struct_1.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_struct_2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_struct_3.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_struct_4.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_struct_5.sol
name_clash_in_import_struct_contract_1.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_struct_contract_2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_struct_contract_3.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_struct_contract_4.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_struct_contract_5.sol
regular_import.sol
relative_import_multiplex.sol
relative_import.sol
shadowing_builtins_with_alias.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
shadowing_builtins_with_imports.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
shadowing_builtins_with_multiple_imports.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
shadowing_via_import.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
simple_alias.sol
smoke_test.sol
transitive.sol Modules are pure. 2020-06-18 18:28:04 +02:00