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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
150 B
Solidity
Raw Normal View History

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