mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
13 lines
513 B
Solidity
13 lines
513 B
Solidity
==== ExternalSource: ./a.sol=_source_name_starting_with_dots/dot_a.sol ====
|
|
==== ExternalSource: ../b.sol=_source_name_starting_with_dots/dot_dot_b.sol ====
|
|
==== ExternalSource: _source_name_starting_with_dots/dir/a.sol ====
|
|
==== ExternalSource: _source_name_starting_with_dots/b.sol ====
|
|
==== ExternalSource: _source_name_starting_with_dots/dir/contract.sol ====
|
|
import {A, B} from "_source_name_starting_with_dots/dir/contract.sol";
|
|
contract Contract {
|
|
}
|
|
// ====
|
|
// compileViaYul: also
|
|
// ----
|
|
// constructor()
|