mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
9 lines
294 B
Solidity
9 lines
294 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 {
|
||
|
}
|
||
|
// ----
|
||
|
// constructor()
|