solidity/test/libsolidity/lsp/include-paths-nested/A/foo.sol

7 lines
80 B
Solidity
Raw Normal View History

2022-08-15 10:36:47 +00:00
// SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.8.0;
contract A
{
}