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

9 lines
253 B
Solidity

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