File tree Expand file tree Collapse file tree 5 files changed +9
-2
lines changed
csharp/ql/test/library-tests/dispatch Expand file tree Collapse file tree 5 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,4 @@ mayBenefitFromCallContext
23
23
| ViableCallable.cs:411:9:411:18 | call to method M<Int32> |
24
24
| ViableCallable.cs:455:9:455:30 | call to method M2<T> |
25
25
| ViableCallable.cs:461:9:461:30 | call to method M2<T> |
26
+ | ViableCallable.cs:572:9:572:15 | call to method M12 |
Original file line number Diff line number Diff line change 249
249
| ViableCallable.cs:542:10:542:15 | Run<> | ViableCallable.cs:520:39:520:39 | checked / |
250
250
| ViableCallable.cs:542:10:542:15 | Run<> | ViableCallable.cs:524:18:524:20 | M12 |
251
251
| ViableCallable.cs:542:10:542:15 | Run<> | ViableCallable.cs:526:18:526:20 | M13 |
252
+ | ViableCallable.cs:542:10:542:15 | Run<> | ViableCallable.cs:539:17:539:19 | M11 |
253
+ | ViableCallable.cs:542:10:542:15 | Run<> | ViableCallable.cs:540:17:540:19 | M12 |
Original file line number Diff line number Diff line change 480
480
| ViableCallable.cs:560:26:560:30 | call to operator checked * | I3<T>.checked *(T, T) |
481
481
| ViableCallable.cs:563:18:563:22 | call to operator / | I3<T>./(T, T) |
482
482
| ViableCallable.cs:566:26:566:30 | call to operator checked / | I3<T>.checked /(T, T) |
483
+ | ViableCallable.cs:569:9:569:15 | call to method M11 | C20.M11() |
484
+ | ViableCallable.cs:572:9:572:15 | call to method M12 | C20.M12() |
483
485
| ViableCallable.cs:572:9:572:15 | call to method M12 | I3<T>.M12() |
484
486
| ViableCallable.cs:575:9:575:15 | call to method M13 | I3<T>.M13() |
Original file line number Diff line number Diff line change @@ -565,10 +565,10 @@ void Run<T>(T c) where T : I3<T>
565
565
// Viable callables: {C20,I3<C20>}.op_CheckedDivision(). MISSING: C20.op_CheckedDivision()
566
566
var c8 = checked ( c / c ) ;
567
567
568
- // Viable callables: C20.M11. MISSING: C20.M11()
568
+ // Viable callables: C20.M11.
569
569
c . M11 ( ) ;
570
570
571
- // Viable callables: {C20,I3<C20>}.M12(). MISSING: C20.M12()
571
+ // Viable callables: {C20,I3<C20>}.M12().
572
572
c . M12 ( ) ;
573
573
574
574
// Viable callables: I3<C20>.M13()
Original file line number Diff line number Diff line change 277
277
| ViableCallable.cs:560:26:560:30 | call to operator checked * | checked * | I3<> |
278
278
| ViableCallable.cs:563:18:563:22 | call to operator / | / | I3<> |
279
279
| ViableCallable.cs:566:26:566:30 | call to operator checked / | checked / | I3<> |
280
+ | ViableCallable.cs:569:9:569:15 | call to method M11 | M11 | C20 |
281
+ | ViableCallable.cs:572:9:572:15 | call to method M12 | M12 | C20 |
280
282
| ViableCallable.cs:572:9:572:15 | call to method M12 | M12 | I3<> |
281
283
| ViableCallable.cs:575:9:575:15 | call to method M13 | M13 | I3<> |
You can’t perform that action at this time.
0 commit comments