mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove empty settings.
This commit is contained in:
@@ -11,6 +11,5 @@ contract D {
|
||||
return test();
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// f() -> true
|
||||
|
||||
@@ -16,7 +16,6 @@ contract C {
|
||||
return fu();
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// library: L
|
||||
// f() -> 7, 8
|
||||
|
||||
@@ -11,7 +11,6 @@ contract D {
|
||||
return test();
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// f() -> 2
|
||||
// gas legacy: 101626
|
||||
|
||||
@@ -11,6 +11,5 @@ contract C {
|
||||
function fun(uint[] calldata _x, uint[] storage _y) view returns (uint, uint[] calldata) {
|
||||
return (_y[0], _x);
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// f(uint256,uint256[]): 7, 0x40, 3, 8, 9, 10 -> 7, 9
|
||||
|
||||
Reference in New Issue
Block a user