@@ -34,12 +34,12 @@ csharp6.cs:
3434# 25| 0: [InterpolatedStringExpr] $"..."
3535# 25| 0: [NameOfExpr] nameof(...)
3636# 25| 0: [LocalVariableAccess] access to local variable foo
37- # 25| 1: [StringLiteral ] " is "
37+ # 25| 1: [StringLiteralUtf16 ] " is "
3838# 25| 2: [LocalVariableAccess] access to local variable foo
39- # 25| 3: [StringLiteral ] ", and "
39+ # 25| 3: [StringLiteralUtf16 ] ", and "
4040# 25| 4: [NameOfExpr] nameof(...)
4141# 25| 0: [LocalVariableAccess] access to local variable bar
42- # 25| 5: [StringLiteral ] " has length "
42+ # 25| 5: [StringLiteralUtf16 ] " has length "
4343# 25| 6: [NullCoalescingExpr] ... ?? ...
4444# 25| 0: [PropertyCall] access to property Length
4545# 25| -1: [LocalVariableAccess] access to local variable bar
@@ -49,12 +49,12 @@ csharp6.cs:
4949# 27| 0: [InterpolatedStringExpr] $"..."
5050# 27| 0: [NameOfExpr] nameof(...)
5151# 27| 0: [LocalVariableAccess] access to local variable foo
52- # 27| 1: [StringLiteral ] " is "
52+ # 27| 1: [StringLiteralUtf16 ] " is "
5353# 27| 2: [LocalVariableAccess] access to local variable foo
54- # 27| 3: [StringLiteral ] ", and "
54+ # 27| 3: [StringLiteralUtf16 ] ", and "
5555# 27| 4: [NameOfExpr] nameof(...)
5656# 27| 0: [LocalVariableAccess] access to local variable bar
57- # 27| 5: [StringLiteral ] " has length "
57+ # 27| 5: [StringLiteralUtf16 ] " has length "
5858# 27| 6: [NullCoalescingExpr] ... ?? ...
5959# 27| 0: [PropertyCall] access to property Length
6060# 27| -1: [LocalVariableAccess] access to local variable bar
@@ -184,15 +184,15 @@ csharp6.cs:
184184# 68| 0: [MemberInitializer] ... = ...
185185# 68| 0: [IndexerCall] access to indexer
186186# 68| 0: [IntLiteral] 0
187- # 68| 1: [StringLiteral ] "Zero"
187+ # 68| 1: [StringLiteralUtf16 ] "Zero"
188188# 68| 1: [MemberInitializer] ... = ...
189189# 68| 0: [IndexerCall] access to indexer
190190# 68| 0: [IntLiteral] 1
191- # 68| 1: [StringLiteral ] "One"
191+ # 68| 1: [StringLiteralUtf16 ] "One"
192192# 68| 2: [MemberInitializer] ... = ...
193193# 68| 0: [IndexerCall] access to indexer
194194# 68| 0: [IntLiteral] 2
195- # 68| 1: [StringLiteral ] "Two"
195+ # 68| 1: [StringLiteralUtf16 ] "Two"
196196# 71| 1: [LocalVariableDeclStmt] ... ...;
197197# 71| 0: [LocalVariableDeclAndInitExpr] Compound compound = ...
198198# 71| -1: [TypeMention] Compound
@@ -206,75 +206,75 @@ csharp6.cs:
206206# 73| 0: [MemberInitializer] ... = ...
207207# 73| 0: [IndexerCall] access to indexer
208208# 73| 0: [IntLiteral] 0
209- # 73| 1: [StringLiteral ] "Zero"
209+ # 73| 1: [StringLiteralUtf16 ] "Zero"
210210# 73| 1: [MemberInitializer] ... = ...
211211# 73| 0: [IndexerCall] access to indexer
212212# 73| 0: [IntLiteral] 1
213- # 73| 1: [StringLiteral ] "One"
213+ # 73| 1: [StringLiteralUtf16 ] "One"
214214# 73| 2: [MemberInitializer] ... = ...
215215# 73| 0: [IndexerCall] access to indexer
216216# 73| 0: [IntLiteral] 2
217- # 73| 1: [StringLiteral ] "Two"
217+ # 73| 1: [StringLiteralUtf16 ] "Two"
218218# 74| 1: [MemberInitializer] ... = ...
219219# 74| 0: [PropertyCall] access to property DictionaryProperty
220220# 74| 1: [ObjectInitializer] { ..., ... }
221221# 74| 0: [MemberInitializer] ... = ...
222222# 74| 0: [IndexerCall] access to indexer
223223# 74| 0: [IntLiteral] 3
224- # 74| 1: [StringLiteral ] "Three"
224+ # 74| 1: [StringLiteralUtf16 ] "Three"
225225# 74| 1: [MemberInitializer] ... = ...
226226# 74| 0: [IndexerCall] access to indexer
227227# 74| 0: [IntLiteral] 2
228- # 74| 1: [StringLiteral ] "Two"
228+ # 74| 1: [StringLiteralUtf16 ] "Two"
229229# 74| 2: [MemberInitializer] ... = ...
230230# 74| 0: [IndexerCall] access to indexer
231231# 74| 0: [IntLiteral] 1
232- # 74| 1: [StringLiteral ] "One"
232+ # 74| 1: [StringLiteralUtf16 ] "One"
233233# 75| 2: [MemberInitializer] ... = ...
234234# 75| 0: [FieldAccess] access to field ArrayField
235235# 75| 1: [ObjectInitializer] { ..., ... }
236236# 75| 0: [MemberInitializer] ... = ...
237237# 75| 0: [ArrayAccess] access to array element
238238# 75| 0: [IntLiteral] 0
239- # 75| 1: [StringLiteral ] "Zero"
239+ # 75| 1: [StringLiteralUtf16 ] "Zero"
240240# 75| 1: [MemberInitializer] ... = ...
241241# 75| 0: [ArrayAccess] access to array element
242242# 75| 0: [IntLiteral] 1
243- # 75| 1: [StringLiteral ] "One"
243+ # 75| 1: [StringLiteralUtf16 ] "One"
244244# 76| 3: [MemberInitializer] ... = ...
245245# 76| 0: [FieldAccess] access to field ArrayField2
246246# 76| 1: [ObjectInitializer] { ..., ... }
247247# 76| 0: [MemberInitializer] ... = ...
248248# 76| 0: [ArrayAccess] access to array element
249249# 76| 0: [IntLiteral] 0
250250# 76| 1: [IntLiteral] 1
251- # 76| 1: [StringLiteral ] "i"
251+ # 76| 1: [StringLiteralUtf16 ] "i"
252252# 76| 1: [MemberInitializer] ... = ...
253253# 76| 0: [ArrayAccess] access to array element
254254# 76| 0: [IntLiteral] 1
255255# 76| 1: [IntLiteral] 0
256- # 76| 1: [StringLiteral ] "1"
256+ # 76| 1: [StringLiteralUtf16 ] "1"
257257# 77| 4: [MemberInitializer] ... = ...
258258# 77| 0: [PropertyCall] access to property ArrayProperty
259259# 77| 1: [ObjectInitializer] { ..., ... }
260260# 77| 0: [MemberInitializer] ... = ...
261261# 77| 0: [ArrayAccess] access to array element
262262# 77| 0: [IntLiteral] 1
263- # 77| 1: [StringLiteral ] "One"
263+ # 77| 1: [StringLiteralUtf16 ] "One"
264264# 77| 1: [MemberInitializer] ... = ...
265265# 77| 0: [ArrayAccess] access to array element
266266# 77| 0: [IntLiteral] 2
267- # 77| 1: [StringLiteral ] "Two"
267+ # 77| 1: [StringLiteralUtf16 ] "Two"
268268# 78| 5: [MemberInitializer] ... = ...
269269# 78| 0: [PropertyCall] access to property ArrayProperty2
270270# 78| 1: [ObjectInitializer] { ..., ... }
271271# 78| 0: [MemberInitializer] ... = ...
272272# 78| 0: [ArrayAccess] access to array element
273273# 78| 0: [IntLiteral] 0
274274# 78| 1: [IntLiteral] 1
275- # 78| 1: [StringLiteral ] "i"
275+ # 78| 1: [StringLiteralUtf16 ] "i"
276276# 78| 1: [MemberInitializer] ... = ...
277277# 78| 0: [ArrayAccess] access to array element
278278# 78| 0: [IntLiteral] 1
279279# 78| 1: [IntLiteral] 0
280- # 78| 1: [StringLiteral ] "1"
280+ # 78| 1: [StringLiteralUtf16 ] "1"
0 commit comments