solidity/test/libsolidity/semanticTests/externalSource/multisource.sol
2022-05-19 20:23:28 +02:00

13 lines
232 B
Solidity

==== ExternalSource: _external/external.sol ====
==== Source: s1.sol ====
import {External} from "_external/external.sol";
contract S1 {
}
==== Source: s2.sol ====
import {S1} from "s1.sol";
contract C {
}
// ----
// constructor()