Skip to content

Commit 0191fd9

Browse files
Marcofannnikola-matic
authored andcommitted
typo circular_reference_internal_function.sol
1 parent eabc97a commit 0191fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/libsolidity/syntaxTests/bytecodeReferences/circular_reference_internal_function.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
contract C
22
{
3-
// Internal uncalled function should not cause an cyclic dep. error
3+
// Internal uncalled function should not cause a cyclic dep. error
44
function foo() internal { new D(); }
55
function callFoo() virtual public { foo(); }
66
}

0 commit comments

Comments
 (0)