Skip to content

Commit

Permalink
fix error ERROR TS1003: Identifier expected
Browse files Browse the repository at this point in the history
fix error ERROR TS1003: Identifier expected.    
 6 │ y: i32 = 0
  • Loading branch information
mariusa authored Nov 25, 2022
1 parent b7fac47 commit be39666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { stringify, parse } from '@serial-as/json'

@serializable
class Pair{
x: i32 = 0,
x: i32 = 0
y: i32 = 0
}

Expand Down

0 comments on commit be39666

Please sign in to comment.