replace meta.SemiColonToken; fix printing stmt.TraitAdaptationList

This commit is contained in:
z7zmey
2018-10-29 14:47:29 +02:00
parent 5a715a4a11
commit 33c2a5b5c6
7 changed files with 92 additions and 46 deletions

View File

@@ -474,12 +474,12 @@ func ExamplePrettyJsonDumper() {
// {
// "type": "*meta.WhiteSpaceType",
// "value": "\n\t\t\t\t",
// "tokenName": "SemiColonToken"
// "tokenName": "NodeStart"
// },
// {
// "type": "*meta.TokenType",
// "value": ";",
// "tokenName": "SemiColonToken"
// "tokenName": "NodeStart"
// }
// ]
// }