mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add some more abstract keywords in test to make sure the correct property is tested.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
contract C {
|
||||
abstract contract C {
|
||||
function f() internal returns(uint[] storage);
|
||||
function g() internal returns(uint[] storage s);
|
||||
}
|
||||
// ----
|
||||
// TypeError: (0-118): Contract "C" should be marked as abstract.
|
||||
|
||||
Reference in New Issue
Block a user