mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[isoltest] Add support for external sources.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
==== 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()
|
||||
Reference in New Issue
Block a user