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