solidity/test/libsolidity/semanticTests/externalSource/source_remapping.sol

11 lines
280 B
Solidity
Raw Normal View History

==== 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()