We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
kind
1 parent 7b62b5e commit 3242a84Copy full SHA for 3242a84
1 file changed
src/slang-nodes/AbicoderVersion.ts
@@ -5,7 +5,7 @@ import type * as ast from '@nomicfoundation/slang/ast';
5
import type { Doc } from 'prettier';
6
7
export class AbicoderVersion extends SlangNode {
8
- readonly kind = NonterminalKind.AbicoderPragma;
+ readonly kind = NonterminalKind.AbicoderVersion;
9
10
variant: string;
11
0 commit comments