solidity/test/libsolidity/lsp/include-paths/using-custom-includes.sol
2022-07-13 13:57:04 +02:00

12 lines
219 B
Solidity

// SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.8.0;
import "otherlib/otherlib.sol";
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @NotFound
contract MyContract
{
}
// ----
// using-custom-includes: @NotFound 6275