solidity/test/libsolidity/syntaxTests/imports
2019-12-12 10:59:07 +01:00
..
circular_import.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
complex_import.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
filename_with_period.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
import_does_not_clutter_importee.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
import_is_transitive.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
inheritance_abi_encoder_match.sol Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
inheritance_abi_encoder_mismatch_1.sol Do not call ABIEncoderV2 experimental. 2019-12-12 10:59:07 +01:00
inheritance_abi_encoder_mismatch_2.sol Do not call ABIEncoderV2 experimental. 2019-12-12 10:59:07 +01:00
library_name_clash_with_contract.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
library_name_clash.sol Fixes source location in warning for shadowing import delcarations. 2019-09-30 11:45:46 +02:00
name_clash_in_import_1.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
name_clash_in_import_2.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
name_clash_in_import_3.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
name_clash_in_import_4.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
name_clash_in_import_5.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
name_clash_in_import_contract_struct_1.sol Import tests. 2019-09-02 11:17:57 +02:00
name_clash_in_import_contract_struct_2.sol Import tests. 2019-09-02 11:17:57 +02:00
name_clash_in_import_contract_struct_3.sol Import tests. 2019-09-02 11:17:57 +02:00
name_clash_in_import_contract_struct_4.sol Import tests. 2019-09-02 11:17:57 +02:00
name_clash_in_import_contract_struct_5.sol Import tests. 2019-09-02 11:17:57 +02:00
name_clash_in_import_enum_contract.sol Allow global enum definitions. 2019-09-02 11:52:51 +02:00
name_clash_in_import_enum_struct.sol Allow global enum definitions. 2019-09-02 11:52:51 +02:00
name_clash_in_import_enum.sol Allow global enum definitions. 2019-09-02 11:52:51 +02:00
name_clash_in_import_struct_1.sol Import tests. 2019-09-02 11:17:57 +02:00
name_clash_in_import_struct_2.sol Import tests. 2019-09-02 11:17:57 +02:00
name_clash_in_import_struct_3.sol Import tests. 2019-09-02 11:17:57 +02:00
name_clash_in_import_struct_4.sol Import tests. 2019-09-02 11:17:57 +02:00
name_clash_in_import_struct_5.sol Import tests. 2019-09-02 11:17:57 +02:00
name_clash_in_import_struct_contract_1.sol Import tests. 2019-09-02 11:17:57 +02:00
name_clash_in_import_struct_contract_2.sol Import tests. 2019-09-02 11:17:57 +02:00
name_clash_in_import_struct_contract_3.sol Import tests. 2019-09-02 11:17:57 +02:00
name_clash_in_import_struct_contract_4.sol Import tests. 2019-09-02 11:17:57 +02:00
name_clash_in_import_struct_contract_5.sol Import tests. 2019-09-02 11:17:57 +02:00
regular_import.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
relative_import_multiplex.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
relative_import.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
shadowing_builtins_with_alias.sol Fixes source location in warning for shadowing import delcarations. 2019-09-30 11:45:46 +02:00
shadowing_builtins_with_imports.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
shadowing_builtins_with_multiple_imports.sol Fixes source location in warning for shadowing import delcarations. 2019-09-30 11:45:46 +02:00
shadowing_via_import.sol Fixes source location in warning for shadowing import delcarations. 2019-09-30 11:45:46 +02:00
simple_alias.sol Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
smoke_test.sol Extract some import tests. 2019-08-19 14:45:26 +02:00