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.
usingOraclize
1 parent bb72697 commit 902cf85Copy full SHA for 902cf85
test/sources/statements/unbracketed-sigleton-multi.sol
@@ -1070,6 +1070,13 @@ contract usingOraclize {
1070
for (i = 0; i < _bc.length; i++) babcde[k++] = _bc[i];
1071
for (i = 0; i < _bd.length; i++) babcde[k++] = _bd[i];
1072
for (i = 0; i < _be.length; i++) babcde[k++] = _be[i];
1073
+ if (_be[0] < _bd[0])
1074
+ return;
1075
+ else if (babcde[0] > _bd[0])
1076
+ if (_bd[0] < _bc[0])
1077
1078
+ if (_bd[0] == _bc[0])
1079
1080
}
1081
1082
0 commit comments