Some changes to "abstract".

This commit is contained in:
chriseth
2019-11-05 13:55:31 +01:00
parent cac2e843e6
commit 5388c919f0
20 changed files with 52 additions and 20 deletions
@@ -1,3 +1,4 @@
interface B { }
abstract interface A { }
// ----
// TypeError: (0-24): Only contracts can be abstract.
// TypeError: (16-40): Interfaces do not need the "abstract" keyword, they are abstract implicitly.