@@ -241,7 +241,7 @@ ForeachExtension.cs:
241241# 23| 0: [TypeMention] Enumerable
242242# 23| 0: [IntLiteral] 0
243243# 23| 1: [IntLiteral] 10
244- # 24| 1: [ForeachStmt ] foreach (... ... in ...) ...
244+ # 24| 1: [ForEachStmt ] foreach (... ... in ...) ...
245245# 24| 0: [LocalVariableDeclExpr] Int32 item
246246# 24| 0: [TypeMention] int
247247# 24| 1: [LocalVariableAccess] access to local variable enumerator1
@@ -252,17 +252,17 @@ ForeachExtension.cs:
252252# 28| 1: [TypeMention] int
253253# 28| 0: [LocalVariableAccess] access to local variable enumerator2
254254# 28| 1: [MethodCall] call to method GetAsyncEnumerator
255- # 29| 3: [ForeachStmt ] foreach (... ... in ...) ...
255+ # 29| 3: [ForEachStmt ] foreach (... ... in ...) ...
256256# 29| 0: [LocalVariableDeclExpr] Int32 item
257257# 29| 0: [TypeMention] int
258258# 29| 1: [LocalVariableAccess] access to local variable enumerator2
259259# 30| 2: [BlockStmt] {...}
260- # 33| 4: [ForeachStmt ] foreach (... ... in ...) ...
260+ # 33| 4: [ForEachStmt ] foreach (... ... in ...) ...
261261# 33| 0: [LocalVariableDeclExpr] Int32 item
262262# 33| 0: [TypeMention] int
263263# 33| 1: [IntLiteral] 42
264264# 34| 2: [BlockStmt] {...}
265- # 37| 5: [ForeachStmt ] foreach (... ... in ...) ...
265+ # 37| 5: [ForEachStmt ] foreach (... ... in ...) ...
266266# 37| 0: [LocalVariableDeclExpr] Int32 i
267267# 37| 0: [TypeMention] int
268268# 37| 1: [ArrayCreation] array creation of type Int32[]
0 commit comments