This commit is contained in:
Christian Parpart
2020-06-08 10:20:39 +02:00
parent 2130c446e2
commit 1966438472
6 changed files with 35 additions and 7 deletions
-1
View File
@@ -48,7 +48,6 @@ importDeclaration
interfaceDefinition
: 'interface' identifier 'from' StringLiteralFragment
| 'interface' identifier 'as' AbiString
| 'interface' identifier contractInheritanceDefinition? contractBody ;
AbiString