Skip to content

Commit

Permalink
Add overloaded import
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Nov 8, 2023
1 parent 0264504 commit 0a49f9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;

import {CONSTANT_USING_SELECTOR, plusTwo} from "./NamespacedToModify.sol";
import {CONSTANT_USING_SELECTOR, plusTwo, plusThree} from "./NamespacedToModify.sol";

contract Example {}

0 comments on commit 0a49f9b

Please sign in to comment.