Skip to content

Commit a24a57c

Browse files
committed
C#: Update most other test cases to reflect the synthesized constructor calls and bodies.
1 parent a4ab163 commit a24a57c

File tree

12 files changed

+73
-0
lines changed

12 files changed

+73
-0
lines changed

csharp/ql/test/library-tests/controlflow/splits/SplittingStressTest.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
countSplits
2+
| SplittingStressTest.cs:1:7:1:25 | call to constructor Object | 1 |
3+
| SplittingStressTest.cs:1:7:1:25 | {...} | 1 |
24
| SplittingStressTest.cs:4:5:168:5 | {...} | 1 |
35
| SplittingStressTest.cs:5:9:6:13 | if (...) ... | 1 |
46
| SplittingStressTest.cs:5:13:5:14 | access to parameter b1 | 1 |

csharp/ql/test/library-tests/csharp8/NullableRefTypes.expected

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ annotatedTypeConstraints
239239
| NullableRefTypes.cs:58:24:58:25 | T2 | NullableRefTypes.cs:54:11:54:33 | Generic<string?, T1?, IEnumerable<string?>!, MyClass!>! |
240240
typeNotAnnotated
241241
expressionTypes
242+
| NullableRefTypes.cs:6:7:6:13 | call to constructor Object | object |
242243
| NullableRefTypes.cs:13:19:13:22 | null | null |
243244
| NullableRefTypes.cs:14:18:14:21 | this access | MyClass! |
244245
| NullableRefTypes.cs:17:29:17:32 | null | null |
@@ -265,6 +266,8 @@ expressionTypes
265266
| NullableRefTypes.cs:40:26:40:30 | ref ... | MyClass |
266267
| NullableRefTypes.cs:40:30:40:30 | access to local variable b | MyClass? |
267268
| NullableRefTypes.cs:51:44:51:47 | null | null |
269+
| NullableRefTypes.cs:54:11:54:33 | call to constructor Object | object |
270+
| NullableRefTypes.cs:58:11:58:26 | call to constructor Object | object |
268271
| NullableRefTypes.cs:73:18:73:18 | access to local variable x | MyClass! |
269272
| NullableRefTypes.cs:73:18:73:25 | MyClass x = ... | MyClass! |
270273
| NullableRefTypes.cs:73:22:73:25 | null | null |
@@ -276,6 +279,7 @@ expressionTypes
276279
| NullableRefTypes.cs:75:11:75:11 | access to local variable x | MyClass? |
277280
| NullableRefTypes.cs:76:16:76:32 | default(...) | MyStruct! |
278281
| NullableRefTypes.cs:76:24:76:31 | access to type MyStruct | MyStruct |
282+
| NullableRefTypes.cs:80:7:80:22 | call to constructor Object | object |
279283
| NullableRefTypes.cs:84:17:84:17 | access to local variable x | string! |
280284
| NullableRefTypes.cs:84:17:84:28 | String x = ... | string! |
281285
| NullableRefTypes.cs:84:21:84:28 | "source" | string! |
@@ -308,6 +312,7 @@ expressionTypes
308312
| NullableRefTypes.cs:96:9:96:15 | access to type Console | Console! |
309313
| NullableRefTypes.cs:96:9:96:28 | call to method WriteLine | Void! |
310314
| NullableRefTypes.cs:96:27:96:27 | access to local variable x | string? |
315+
| NullableRefTypes.cs:100:7:100:14 | call to constructor Object | object |
311316
| NullableRefTypes.cs:103:48:103:52 | ref ... | MyClass |
312317
| NullableRefTypes.cs:103:52:103:52 | access to parameter r | MyClass! |
313318
| NullableRefTypes.cs:104:48:104:52 | ref ... | MyClass |
@@ -326,11 +331,16 @@ expressionTypes
326331
| NullableRefTypes.cs:113:36:113:43 | access to field Property | MyClass? |
327332
| NullableRefTypes.cs:113:36:113:43 | this access | RefTypes |
328333
| NullableRefTypes.cs:113:36:113:44 | ...! | MyClass? |
334+
| NullableRefTypes.cs:116:7:116:23 | call to constructor Object | object |
335+
| NullableRefTypes.cs:136:7:136:24 | call to constructor Object | object |
336+
| NullableRefTypes.cs:154:7:154:25 | call to constructor Object | object |
329337
| NullableRefTypes.cs:157:18:157:30 | object creation of type MyClass | MyClass |
330338
| NullableRefTypes.cs:160:17:160:17 | access to local variable a | MyClass |
331339
| NullableRefTypes.cs:160:17:160:21 | MyClass a = ... | MyClass |
332340
| NullableRefTypes.cs:160:21:160:21 | access to parameter p | MyClass |
333341
| NullableRefTypes.cs:161:16:161:16 | access to local variable a | MyClass |
342+
| NullableRefTypes.cs:165:8:165:15 | call to constructor ValueType | ValueType |
343+
| NullableRefTypes.cs:171:16:171:37 | call to constructor Object | object |
334344
| NullableRefTypes.cs:181:17:181:17 | access to local variable x | string! |
335345
| NullableRefTypes.cs:181:17:181:31 | String x = ... | string! |
336346
| NullableRefTypes.cs:181:21:181:31 | call to method MaybeNull | string? |

csharp/ql/test/library-tests/csharp9/nativeInt.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
| NativeInt.cs:3:14:3:22 | call to constructor Object | Object |
12
| NativeInt.cs:7:14:7:14 | access to local variable x | IntPtr |
23
| NativeInt.cs:7:14:7:18 | IntPtr x = ... | IntPtr |
34
| NativeInt.cs:7:18:7:18 | (...) ... | IntPtr |

csharp/ql/test/library-tests/dataflow/global/GetAnOutNode.expected

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
| Capture.cs:5:7:5:13 | call to constructor Object | normal | Capture.cs:5:7:5:13 | call to constructor Object |
12
| Capture.cs:33:9:33:40 | call to method Select<String,String> | normal | Capture.cs:33:9:33:40 | call to method Select<String,String> |
23
| Capture.cs:33:9:33:50 | call to method ToArray<String> | normal | Capture.cs:33:9:33:50 | call to method ToArray<String> |
34
| Capture.cs:71:9:71:21 | call to local function CaptureOut1 | captured sink30 | Capture.cs:71:9:71:21 | SSA call def(sink30) |
@@ -17,6 +18,7 @@
1718
| Capture.cs:191:20:191:22 | call to local function M | normal | Capture.cs:191:20:191:22 | call to local function M |
1819
| Capture.cs:194:22:194:32 | call to local function Id | normal | Capture.cs:194:22:194:32 | call to local function Id |
1920
| Capture.cs:196:20:196:25 | call to local function Id | normal | Capture.cs:196:20:196:25 | call to local function Id |
21+
| GlobalDataFlow.cs:13:14:13:21 | call to constructor Object | normal | GlobalDataFlow.cs:13:14:13:21 | call to constructor Object |
2022
| GlobalDataFlow.cs:26:9:26:26 | access to property SinkProperty0 | normal | GlobalDataFlow.cs:26:9:26:26 | access to property SinkProperty0 |
2123
| GlobalDataFlow.cs:27:15:27:32 | access to property SinkProperty0 | normal | GlobalDataFlow.cs:27:15:27:32 | access to property SinkProperty0 |
2224
| GlobalDataFlow.cs:30:9:30:29 | access to property NonSinkProperty0 | normal | GlobalDataFlow.cs:30:9:30:29 | access to property NonSinkProperty0 |
@@ -147,24 +149,28 @@
147149
| GlobalDataFlow.cs:249:24:249:34 | access to property Result | normal | GlobalDataFlow.cs:249:24:249:34 | access to property Result |
148150
| GlobalDataFlow.cs:300:17:300:38 | call to method ApplyFunc<T,T> | normal | GlobalDataFlow.cs:300:17:300:38 | call to method ApplyFunc<T,T> |
149151
| GlobalDataFlow.cs:389:16:389:19 | delegate call | normal | GlobalDataFlow.cs:389:16:389:19 | delegate call |
152+
| GlobalDataFlow.cs:415:11:415:14 | call to constructor Object | normal | GlobalDataFlow.cs:415:11:415:14 | call to constructor Object |
150153
| GlobalDataFlow.cs:448:22:448:65 | call to method Join | normal | GlobalDataFlow.cs:448:22:448:65 | call to method Join |
151154
| GlobalDataFlow.cs:451:23:451:65 | call to method Join | normal | GlobalDataFlow.cs:451:23:451:65 | call to method Join |
152155
| GlobalDataFlow.cs:457:20:457:49 | call to method Run<String> | normal | GlobalDataFlow.cs:457:20:457:49 | call to method Run<String> |
153156
| GlobalDataFlow.cs:458:25:458:50 | call to method ConfigureAwait | normal | GlobalDataFlow.cs:458:25:458:50 | call to method ConfigureAwait |
154157
| GlobalDataFlow.cs:459:23:459:44 | call to method GetAwaiter | normal | GlobalDataFlow.cs:459:23:459:44 | call to method GetAwaiter |
155158
| GlobalDataFlow.cs:460:22:460:40 | call to method GetResult | normal | GlobalDataFlow.cs:460:22:460:40 | call to method GetResult |
159+
| GlobalDataFlow.cs:476:18:476:28 | call to constructor Object | normal | GlobalDataFlow.cs:476:18:476:28 | call to constructor Object |
156160
| GlobalDataFlow.cs:488:18:488:34 | object creation of type SimpleClass | normal | GlobalDataFlow.cs:488:18:488:34 | object creation of type SimpleClass |
157161
| GlobalDataFlow.cs:489:18:489:34 | object creation of type SimpleClass | normal | GlobalDataFlow.cs:489:18:489:34 | object creation of type SimpleClass |
158162
| GlobalDataFlow.cs:494:18:494:34 | object creation of type SimpleClass | normal | GlobalDataFlow.cs:494:18:494:34 | object creation of type SimpleClass |
159163
| GlobalDataFlow.cs:495:18:495:34 | object creation of type SimpleClass | normal | GlobalDataFlow.cs:495:18:495:34 | object creation of type SimpleClass |
160164
| GlobalDataFlow.cs:496:18:496:34 | object creation of type SimpleClass | normal | GlobalDataFlow.cs:496:18:496:34 | object creation of type SimpleClass |
165+
| GlobalDataFlow.cs:503:19:503:32 | call to constructor SimpleClass | normal | GlobalDataFlow.cs:503:19:503:32 | call to constructor SimpleClass |
161166
| GlobalDataFlow.cs:507:17:507:36 | object creation of type SubSimpleClass | normal | GlobalDataFlow.cs:507:17:507:36 | object creation of type SubSimpleClass |
162167
| GlobalDataFlow.cs:514:17:514:33 | object creation of type SimpleClass | normal | GlobalDataFlow.cs:514:17:514:33 | object creation of type SimpleClass |
163168
| GlobalDataFlow.cs:522:17:522:33 | object creation of type SimpleClass | normal | GlobalDataFlow.cs:522:17:522:33 | object creation of type SimpleClass |
164169
| GlobalDataFlow.cs:523:17:523:33 | object creation of type SimpleClass | normal | GlobalDataFlow.cs:523:17:523:33 | object creation of type SimpleClass |
165170
| GlobalDataFlow.cs:524:17:524:33 | object creation of type SimpleClass | normal | GlobalDataFlow.cs:524:17:524:33 | object creation of type SimpleClass |
166171
| GlobalDataFlow.cs:545:17:545:33 | object creation of type SimpleClass | normal | GlobalDataFlow.cs:545:17:545:33 | object creation of type SimpleClass |
167172
| GlobalDataFlow.cs:558:44:558:47 | delegate call | normal | GlobalDataFlow.cs:558:44:558:47 | delegate call |
173+
| GlobalDataFlowStringBuilder.cs:13:14:13:34 | call to constructor Object | normal | GlobalDataFlowStringBuilder.cs:13:14:13:34 | call to constructor Object |
168174
| GlobalDataFlowStringBuilder.cs:19:9:19:20 | call to method Append | normal | GlobalDataFlowStringBuilder.cs:19:9:19:20 | call to method Append |
169175
| GlobalDataFlowStringBuilder.cs:24:9:24:27 | call to method Append | normal | GlobalDataFlowStringBuilder.cs:24:9:24:27 | call to method Append |
170176
| GlobalDataFlowStringBuilder.cs:29:18:29:36 | object creation of type StringBuilder | normal | GlobalDataFlowStringBuilder.cs:29:18:29:36 | object creation of type StringBuilder |
@@ -178,6 +184,7 @@
178184
| GlobalDataFlowStringBuilder.cs:44:9:44:18 | call to method Clear | normal | GlobalDataFlowStringBuilder.cs:44:9:44:18 | call to method Clear |
179185
| GlobalDataFlowStringBuilder.cs:45:23:45:35 | call to method ToString | normal | GlobalDataFlowStringBuilder.cs:45:23:45:35 | call to method ToString |
180186
| GlobalDataFlowStringBuilder.cs:49:21:49:33 | call to method ToString | normal | GlobalDataFlowStringBuilder.cs:49:21:49:33 | call to method ToString |
187+
| Splitting.cs:1:7:1:15 | call to constructor Object | normal | Splitting.cs:1:7:1:15 | call to constructor Object |
181188
| Splitting.cs:8:17:8:31 | [b (line 3): false] call to method Return<String> | normal | Splitting.cs:8:17:8:31 | [b (line 3): false] call to method Return<String> |
182189
| Splitting.cs:8:17:8:31 | [b (line 3): true] call to method Return<String> | normal | Splitting.cs:8:17:8:31 | [b (line 3): true] call to method Return<String> |
183190
| Splitting.cs:20:22:20:30 | call to method Return<String> | normal | Splitting.cs:20:22:20:30 | call to method Return<String> |

csharp/ql/test/library-tests/expressions/ConstructorInitializers.expected

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,24 @@
88
| expressions.cs:481:20:481:22 | Num | expressions.cs:481:20:481:22 | call to constructor Object | file://:0:0:0:0 | Object |
99
| expressions.cs:518:11:518:17 | ClassC1 | expressions.cs:518:11:518:17 | call to constructor Object | file://:0:0:0:0 | Object |
1010
| expressions.cs:520:11:520:17 | ClassC2 | expressions.cs:520:33:520:44 | call to constructor ClassC1 | expressions.cs:518:11:518:17 | ClassC1 |
11+
| file://:0:0:0:0 | Button | expressions.cs:227:18:227:23 | call to constructor Object | file://:0:0:0:0 | Object |
12+
| file://:0:0:0:0 | C | expressions.cs:207:11:207:11 | call to constructor Object | file://:0:0:0:0 | Object |
13+
| file://:0:0:0:0 | Contact | expressions.cs:372:18:372:24 | call to constructor Object | file://:0:0:0:0 | Object |
14+
| file://:0:0:0:0 | Digit | expressions.cs:306:19:306:23 | call to constructor ValueType | file://:0:0:0:0 | ValueType |
15+
| file://:0:0:0:0 | ExpressionDepth | expressions.cs:495:11:495:25 | call to constructor Object | file://:0:0:0:0 | Object |
16+
| file://:0:0:0:0 | FoldedLiterals | FoldedLiterals.cs:1:7:1:20 | call to constructor Object | file://:0:0:0:0 | Object |
17+
| file://:0:0:0:0 | MethodAccess | MethodAccess.cs:3:7:3:18 | call to constructor Object | file://:0:0:0:0 | Object |
18+
| file://:0:0:0:0 | MyInlineArray | expressions.cs:513:12:513:24 | call to constructor ValueType | file://:0:0:0:0 | ValueType |
19+
| file://:0:0:0:0 | OperatorCalls | expressions.cs:463:11:463:23 | call to constructor Object | file://:0:0:0:0 | Object |
20+
| file://:0:0:0:0 | Point | expressions.cs:341:18:341:22 | call to constructor Object | file://:0:0:0:0 | Object |
21+
| file://:0:0:0:0 | Qualifiers | Qualifiers.cs:3:7:3:16 | call to constructor Object | file://:0:0:0:0 | Object |
22+
| file://:0:0:0:0 | Rectangle | expressions.cs:351:18:351:26 | call to constructor Object | file://:0:0:0:0 | Object |
23+
| file://:0:0:0:0 | Rectangle2 | expressions.cs:361:18:361:27 | call to constructor Object | file://:0:0:0:0 | Object |
24+
| file://:0:0:0:0 | ReducedClass | ReducedExpression.cs:2:7:2:18 | call to constructor Object | file://:0:0:0:0 | Object |
25+
| file://:0:0:0:0 | TestConversionOperator | expressions.cs:330:11:330:32 | call to constructor Object | file://:0:0:0:0 | Object |
26+
| file://:0:0:0:0 | TestCreations | expressions.cs:383:18:383:30 | call to constructor Object | file://:0:0:0:0 | Object |
27+
| file://:0:0:0:0 | TestUnaryOperator | expressions.cs:292:11:292:27 | call to constructor Object | file://:0:0:0:0 | Object |
28+
| file://:0:0:0:0 | TupleExprs | expressions.cs:501:11:501:20 | call to constructor Object | file://:0:0:0:0 | Object |
29+
| file://:0:0:0:0 | X | expressions.cs:108:15:108:18 | call to constructor Object | file://:0:0:0:0 | Object |
30+
| file://:0:0:0:0 | X | expressions.cs:216:18:216:18 | call to constructor Object | file://:0:0:0:0 | Object |
31+
| file://:0:0:0:0 | Y | expressions.cs:104:15:104:21 | call to constructor Object | file://:0:0:0:0 | Object |

csharp/ql/test/library-tests/exprorstmtparent/Callable.expected

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
| A.cs:4:7:4:8 | C1 | A.cs:4:7:4:8 | {...} |
2+
| A.cs:4:7:4:8 | C1 | B.cs:1:7:1:8 | {...} |
13
| A.cs:6:22:6:31 | get_P1 | A.cs:6:22:6:31 | throw ... |
24
| A.cs:6:22:6:31 | get_P1 | B.cs:3:22:3:22 | 0 |
35
| A.cs:7:21:7:23 | get_P2 | A.cs:7:25:7:39 | {...} |
@@ -23,11 +25,17 @@
2325
| A.cs:22:6:22:7 | ~C2 | B.cs:20:11:20:25 | {...} |
2426
| A.cs:23:28:23:35 | implicit conversion | A.cs:23:50:23:53 | null |
2527
| A.cs:23:28:23:35 | implicit conversion | B.cs:21:50:21:59 | throw ... |
28+
| A.cs:28:7:28:8 | C3 | A.cs:28:7:28:8 | {...} |
29+
| A.cs:28:7:28:8 | C3 | B.cs:25:7:25:8 | {...} |
2630
| A.cs:30:21:30:23 | get_P3 | A.cs:30:28:30:37 | throw ... |
31+
| A.cs:34:15:34:16 | C4 | A.cs:34:15:34:16 | {...} |
32+
| A.cs:34:15:34:16 | C4 | C.cs:1:15:1:16 | {...} |
2733
| A.cs:36:9:36:10 | M1 | A.cs:36:14:36:28 | {...} |
2834
| A.cs:36:9:36:10 | M1 | B.cs:32:17:32:17 | 0 |
2935
| A.cs:37:9:37:10 | M2 | A.cs:37:14:37:28 | {...} |
3036
| A.cs:37:9:37:10 | M2 | C.cs:3:17:3:17 | 0 |
37+
| B.cs:1:7:1:8 | C1 | A.cs:4:7:4:8 | {...} |
38+
| B.cs:1:7:1:8 | C1 | B.cs:1:7:1:8 | {...} |
3139
| B.cs:3:22:3:22 | get_P1 | A.cs:6:22:6:31 | throw ... |
3240
| B.cs:3:22:3:22 | get_P1 | B.cs:3:22:3:22 | 0 |
3341
| B.cs:4:21:4:23 | get_P2 | A.cs:7:25:7:39 | {...} |
@@ -53,8 +61,12 @@
5361
| B.cs:20:6:20:7 | ~C2 | B.cs:20:11:20:25 | {...} |
5462
| B.cs:21:28:21:35 | implicit conversion | A.cs:23:50:23:53 | null |
5563
| B.cs:21:28:21:35 | implicit conversion | B.cs:21:50:21:59 | throw ... |
64+
| B.cs:25:7:25:8 | C3 | A.cs:28:7:28:8 | {...} |
65+
| B.cs:25:7:25:8 | C3 | B.cs:25:7:25:8 | {...} |
5666
| B.cs:27:21:27:23 | get_P3 | A.cs:30:28:30:37 | throw ... |
5767
| B.cs:32:9:32:10 | M1 | A.cs:36:14:36:28 | {...} |
5868
| B.cs:32:9:32:10 | M1 | B.cs:32:17:32:17 | 0 |
69+
| C.cs:1:15:1:16 | C4 | A.cs:34:15:34:16 | {...} |
70+
| C.cs:1:15:1:16 | C4 | C.cs:1:15:1:16 | {...} |
5971
| C.cs:3:9:3:10 | M2 | A.cs:37:14:37:28 | {...} |
6072
| C.cs:3:9:3:10 | M2 | C.cs:3:17:3:17 | 0 |

csharp/ql/test/library-tests/goto/Goto1.expected

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
| goto.cs:2:7:2:10 | call to constructor Object | goto.cs:2:7:2:10 | {...} | semmle.label | successor |
2+
| goto.cs:2:7:2:10 | enter Goto | goto.cs:2:7:2:10 | call to constructor Object | semmle.label | successor |
3+
| goto.cs:2:7:2:10 | exit Goto (normal) | goto.cs:2:7:2:10 | exit Goto | semmle.label | successor |
4+
| goto.cs:2:7:2:10 | {...} | goto.cs:2:7:2:10 | exit Goto (normal) | semmle.label | successor |
15
| goto.cs:4:17:4:20 | enter Main | goto.cs:5:5:20:5 | {...} | semmle.label | successor |
26
| goto.cs:4:17:4:20 | exit Main (normal) | goto.cs:4:17:4:20 | exit Main | semmle.label | successor |
37
| goto.cs:5:5:20:5 | {...} | goto.cs:6:9:8:9 | {...} | semmle.label | successor |

csharp/ql/test/library-tests/nullable/NullableExpressions.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
| 1 | 14 | nullable.cs:1:14:1:21 | Nullable | nullable.cs:1:14:1:21 | call to constructor Object | Object |
12
| 5 | 13 | nullable.cs:5:9:6:24 | if (...) ... | nullable.cs:5:13:5:21 | ... == ... | Boolean |
23
| 5 | 13 | nullable.cs:5:13:5:21 | ... == ... | nullable.cs:5:13:5:13 | access to parameter x | Nullable<Int32> |
34
| 5 | 18 | nullable.cs:5:13:5:21 | ... == ... | nullable.cs:5:18:5:21 | null | null |

csharp/ql/test/library-tests/standalone/controlflow/cfg.expected

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
| ControlFlow.cs:3:7:3:9 | call to constructor Object | ControlFlow.cs:3:7:3:9 | {...} |
2+
| ControlFlow.cs:3:7:3:9 | enter Cfg | ControlFlow.cs:3:7:3:9 | call to constructor Object |
3+
| ControlFlow.cs:3:7:3:9 | exit Cfg (normal) | ControlFlow.cs:3:7:3:9 | exit Cfg |
4+
| ControlFlow.cs:3:7:3:9 | {...} | ControlFlow.cs:3:7:3:9 | exit Cfg (normal) |
15
| ControlFlow.cs:5:10:5:10 | enter F | ControlFlow.cs:6:5:11:5 | {...} |
26
| ControlFlow.cs:5:10:5:10 | exit F (normal) | ControlFlow.cs:5:10:5:10 | exit F |
37
| ControlFlow.cs:6:5:11:5 | {...} | ControlFlow.cs:7:9:7:34 | ... ...; |

csharp/ql/test/library-tests/standalone/errorrecovery/DiagnosticsAndErrors.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ extractorMessages
3737
| errors.cs:22:31:22:40 | Unable to resolve target for call. (Compilation error?) |
3838
| errors.cs:22:38:22:39 | Failed to determine type |
3939
| errors.cs:55:20:55:20 | Failed to determine type |
40+
| errors.cs:79:11:79:12 | Unable to resolve implicit constructor initializer call |
4041
| errors.cs:91:45:91:45 | Failed to determine type |
4142
| errors.cs:91:45:91:45 | Failed to resolve name |
4243
| errors.cs:92:45:92:45 | Failed to determine type |

0 commit comments

Comments
 (0)