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

9 lines
253 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 {
}
// ----
// constructor()