Adds include-paths-nested test case.

This commit is contained in:
Christian Parpart
2022-08-22 12:49:06 +02:00
parent b6ba43234e
commit 122fbc6ff7
5 changed files with 47 additions and 0 deletions
@@ -0,0 +1,6 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.8.0;
contract C
{
}
@@ -0,0 +1,6 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.8.0;
contract B
{
}
@@ -0,0 +1,6 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.8.0;
contract A
{
}
@@ -0,0 +1,6 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.8.0;
contract RootContract
{
}