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 db53ca5 commit feed69bCopy full SHA for feed69b
test/libsolidity/semanticTests/functionCall/eof/calling_nonexisting_contract.sol
@@ -8,7 +8,7 @@ contract C {
8
9
function f() public returns (uint256) {
10
// This call throws on legacy bytecode because of calling nonexisting contract. Legacy checks that there is
11
- // a non-empty code under under an address. EOF doesn't do it because non-observability assumption
+ // a non-empty code under an address. EOF doesn't do it because non-observability assumption
12
d.g();
13
return 7;
14
}
0 commit comments