solidity/test/libsolidity/semanticTests/externalSource/source_remapping.sol
2021-04-26 08:27:30 -05:00

13 lines
311 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;
}
// ====
// compileViaYul: also
// ----
// constructor()