We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bc987 commit b851cb7Copy full SHA for b851cb7
src/handler.js
@@ -67,7 +67,7 @@ class SolidityStatement {
67
} else if (this.rawCommand.startsWith('struct ')) {
68
this.scope = SCOPE.SOURCE_UNIT;
69
this.hasNoReturnValue = true;
70
- } else if (this.rawCommand.startsWith('contract ')) {
+ } else if (this.rawCommand.startsWith('contract ') || this.rawCommand.startsWith('interface ')) {
71
72
73
} else {
0 commit comments