|
84 | 84 | {"type":"Text","value":"\n"},
|
85 | 85 | {"type":"Punctuation","value":"}"},
|
86 | 86 | {"type":"Text","value":" "},
|
87 |
| - {"type":"CommentSingle","value":"// One last thing\n"} |
| 87 | + {"type":"CommentSingle","value":"// One last thing\n"}, |
| 88 | + {"type":"Text","value":"\n"}, |
| 89 | + {"type":"KeywordDeclaration","value":"type"}, |
| 90 | + {"type":"Text","value":" "}, |
| 91 | + {"type":"NameOther","value":"Int"}, |
| 92 | + {"type":"Text","value":" "}, |
| 93 | + {"type":"KeywordDeclaration","value":"interface"}, |
| 94 | + {"type":"Text","value":" "}, |
| 95 | + {"type":"Punctuation","value":"{"}, |
| 96 | + {"type":"Text","value":"\n\t"}, |
| 97 | + {"type":"Punctuation","value":"~"}, |
| 98 | + {"type":"KeywordType","value":"int"}, |
| 99 | + {"type":"Text","value":" "}, |
| 100 | + {"type":"Punctuation","value":"|"}, |
| 101 | + {"type":"Text","value":" "}, |
| 102 | + {"type":"Punctuation","value":"~"}, |
| 103 | + {"type":"KeywordType","value":"int8"}, |
| 104 | + {"type":"Text","value":" "}, |
| 105 | + {"type":"Punctuation","value":"|"}, |
| 106 | + {"type":"Text","value":" "}, |
| 107 | + {"type":"Punctuation","value":"~"}, |
| 108 | + {"type":"KeywordType","value":"int16"}, |
| 109 | + {"type":"Text","value":" "}, |
| 110 | + {"type":"Punctuation","value":"|"}, |
| 111 | + {"type":"Text","value":" "}, |
| 112 | + {"type":"Punctuation","value":"~"}, |
| 113 | + {"type":"KeywordType","value":"int32"}, |
| 114 | + {"type":"Text","value":" "}, |
| 115 | + {"type":"Punctuation","value":"|"}, |
| 116 | + {"type":"Text","value":" "}, |
| 117 | + {"type":"Punctuation","value":"~"}, |
| 118 | + {"type":"KeywordType","value":"int64"}, |
| 119 | + {"type":"Text","value":"\n"}, |
| 120 | + {"type":"Punctuation","value":"}"}, |
| 121 | + {"type":"Text","value":"\n"} |
88 | 122 | ]
|
0 commit comments