mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
12 lines
364 B
Solidity
12 lines
364 B
Solidity
|
==== ExternalSource: _non_normalized_paths//a.sol ====
|
||
|
==== ExternalSource: C/////c.sol=_non_normalized_paths/c.sol ====
|
||
|
==== ExternalSource: C/../////D/d.sol=_non_normalized_paths///d.sol ====
|
||
|
import {A} from "_non_normalized_paths//a.sol";
|
||
|
import {C} from "C/////c.sol";
|
||
|
import {D} from "C/../////D/d.sol";
|
||
|
contract Contract {
|
||
|
}
|
||
|
// ====
|
||
|
// ----
|
||
|
// constructor()
|