mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove empty settings.
This commit is contained in:
@@ -36,7 +36,6 @@ contract C {
|
||||
return (externalViewArray[0](), internalViewArray[0]());
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// testViewToDefault() -> 12, 22
|
||||
// testPureToDefault() -> 13, 23
|
||||
|
||||
@@ -3,6 +3,5 @@ contract C {
|
||||
t = bytes(s);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// f(string): 32, 5, "Hello" -> 32, 5, "Hello"
|
||||
|
||||
Reference in New Issue
Block a user