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

11 lines
284 B
Solidity
Raw Normal View History

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