Add some more abstract keywords in test to make sure the correct property is tested.

This commit is contained in:
chriseth
2019-11-04 17:26:38 +01:00
parent 3d625cc239
commit 7c258873bd
40 changed files with 120 additions and 174 deletions
@@ -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.