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

7 lines
91 B
Solidity
Raw Normal View History

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