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

11 lines
284 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 {
}
// ====
// compileViaYul: also
// ----
// constructor()