Add new tests.

This commit is contained in:
Alexander Arlt
2019-11-01 14:54:47 -05:00
parent 62950a9234
commit 54c5e604e5
9 changed files with 212 additions and 0 deletions
@@ -0,0 +1,3 @@
abstract interface A { }
// ----
// ParserError: (0-8): Only contracts can be abstract.