Skip to content

Commit c91f995

Browse files
ekpyroncameel
andauthored
Update test/libsolidity/syntaxTests/inlineAssembly/assignment_to_function_pointer.sol
Co-authored-by: Kamil Śliwak <[email protected]>
1 parent 2d0f627 commit c91f995

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
contract C {
2-
function f() public pure {
3-
function() external g;
4-
assembly {
5-
g.address := 0x42
6-
g.selector := 0x23
2+
function f() public pure {
3+
function() external g;
4+
assembly {
5+
g.address := 0x42
6+
g.selector := 0x23
7+
}
78
}
8-
}
99
}

0 commit comments

Comments
 (0)