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