2019-08-16 13:12:26 +00:00
|
|
|
==== Source: a/.b.sol ====
|
|
|
|
contract B {}
|
|
|
|
==== Source: a/a.sol ====
|
|
|
|
import ".b.sol"; contract A is B {}
|
|
|
|
// ----
|
2020-06-19 00:26:46 +00:00
|
|
|
// ParserError 6275: (a/a.sol:0-16): Source ".b.sol" not found: File not supplied initially.
|