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

11 lines
325 B
Solidity

==== ExternalSource: _external/import_with_subdir.sol ====
==== ExternalSource: subdir/import.sol=_external/subdir/import.sol ====
==== ExternalSource: sub_external.sol=_external/subdir/sub_external.sol ====
import {SubExternal} from "sub_external.sol";
contract C {
}
// ====
// compileViaYul: also
// ----
// constructor()