We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66fd86b commit a3de733Copy full SHA for a3de733
1 file changed
src/slang-nodes/ContractDefinition.ts
@@ -42,10 +42,6 @@ export class ContractDefinition extends SlangNode {
42
43
this.updateMetadata(this.specifiers, this.members);
44
45
- this.cleanModifierInvocationArguments(options);
46
- }
47
-
48
- cleanModifierInvocationArguments(options: ParserOptions<AstNode>): void {
49
// Older versions of Solidity defined a constructor as a function having
50
// the same name as the contract.
51
if (!satisfies(options.compiler, '>=0.5.0')) {
0 commit comments