ethers-rs/ethers-solc/test-data/flatten-sample/contracts/FooBar.sol

8 lines
149 B
Solidity

//SPDX-License-Identifier: Unlicense
pragma solidity >=0.6.0;
import { Bar } from './Bar.sol';
import { Foo } from './Foo.sol';
contract FooBar {}