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.
2 parents da51fe4 + feed69b commit 0c28f4aCopy full SHA for 0c28f4a
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