Skip to content

Commit

Permalink
Fix plus to sharp in FieldBuiltinType (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyProgrammist authored Jan 16, 2024
1 parent bc0bd53 commit 6e5a9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/nodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export type FieldDefinition =

export abstract class Field extends ASTBase {}

export const FieldBuiltinType = ['+', 'Type'] as const
export const FieldBuiltinType = ['#', 'Type'] as const

export class FieldBuiltinDef extends Field {
constructor(
Expand Down

0 comments on commit 6e5a9c6

Please sign in to comment.