Skip to content

Commit 3242a84

Browse files
committed
fix kind of the newly created class
1 parent 7b62b5e commit 3242a84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/slang-nodes/AbicoderVersion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type * as ast from '@nomicfoundation/slang/ast';
55
import type { Doc } from 'prettier';
66

77
export class AbicoderVersion extends SlangNode {
8-
readonly kind = NonterminalKind.AbicoderPragma;
8+
readonly kind = NonterminalKind.AbicoderVersion;
99

1010
variant: string;
1111

0 commit comments

Comments
 (0)