We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1462b8b commit 7625f36Copy full SHA for 7625f36
testdata/default/linking/samefile_union/SameFileUnion.t.sol
@@ -11,7 +11,7 @@ contract UsesBoth {
11
x = LInit.f();
12
}
13
14
- function y() external pure returns (uint256) {
+ function y() external view returns (uint256) {
15
// used only in deployed bytecode
16
return LRun.g();
17
0 commit comments