Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

v.1.3.5: import broken #163

Open
ThomasWallner opened this issue Sep 10, 2022 · 1 comment
Open

v.1.3.5: import broken #163

ThomasWallner opened this issue Sep 10, 2022 · 1 comment

Comments

@ThomasWallner
Copy link

a.sol:

pragma solidity >=0.7.0 <0.9.0;
import "b.sol";

b.sol:
pragma solidity >=0.7.0 <0.9.0;

Always get "Error: not found b.sol" when compiling a.sol

@ThomasWallner
Copy link
Author

import "./b.sol"
does work

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant