Skip to content

Commit

Permalink
typo circular_reference_internal_function.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcofann authored Jan 3, 2025
1 parent 1b2bc7a commit 50ed1cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
contract C
{
// Internal uncalled function should not cause an cyclic dep. error
// Internal uncalled function should not cause a cyclic dep. error
function foo() internal { new D(); }
function callFoo() virtual public { foo(); }
}
Expand Down

0 comments on commit 50ed1cb

Please sign in to comment.