mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove empty settings.
This commit is contained in:
@@ -16,6 +16,5 @@ contract D is A, B, C {
|
||||
|
||||
function f(uint y) internal returns (uint) { x.push(y); return 0; }
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// query() -> 0x20, 7, 4, 2, 6, 1, 3, 5, 7
|
||||
|
||||
@@ -24,6 +24,5 @@ contract Test {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// f() -> 0x202
|
||||
|
||||
@@ -30,6 +30,5 @@ contract Test {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// f() -> 0x202
|
||||
|
||||
@@ -9,6 +9,5 @@ contract C {
|
||||
function f() public m1(x = 2) m2(y = 3) returns (uint x, uint y) {
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// f() -> 2, 3
|
||||
|
||||
Reference in New Issue
Block a user