提交 0a133fcc 编写于 作者: C CyrusNajmabadi

Fix serialization of decimals

上级 3799c349
......@@ -440,9 +440,7 @@ Friend Class GreenNodeWriter
Private Function ReaderMethod(type As String) As String
Select Case type
Case "Integer"
Return "ReadInt32"
Case "SyntaxKind"
Case "Integer", "SyntaxKind", "TypeCharacter"
Return "ReadInt32"
Case "Boolean"
Return "ReadBoolean"
......@@ -453,9 +451,7 @@ Friend Class GreenNodeWriter
Private Function WriterMethod(type As String) As String
Select Case type
Case "Integer"
Return "WriteInt32"
Case "SyntaxKind"
Case "Integer", "SyntaxKind", "TypeCharacter"
Return "WriteInt32"
Case "Boolean"
Return "WriteBoolean"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册