solidity/test/libsolidity/semanticTests/externalSource/source_remapping.sol
2022-05-19 20:23:28 +02:00

11 lines
280 B
Solidity

==== ExternalSource: ExtSource.sol=_external/external.sol ====
==== ExternalSource: /ExtSource.sol=_external/other_external.sol ====
import "ExtSource.sol";
import "/ExtSource.sol";
contract C {
External _external;
OtherExternal _otherExternal;
}
// ----
// constructor()