Skip to content

Commit e953921

Browse files
committed
C#: Update the viable callables test as += now is an operator call.
1 parent b3ebcac commit e953921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csharp/ql/test/library-tests/dispatch/viableCallable.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@
271271
| ViableCallable.cs:311:9:311:15 | call to method M<Int32> | M`1 | C7`1 |
272272
| ViableCallable.cs:314:9:314:20 | call to method M<Int32> | M`1 | C7`1 |
273273
| ViableCallable.cs:317:9:317:20 | call to method M<Int32> | M`1 | C6`2 |
274+
| ViableCallable.cs:365:9:365:15 | ... += ... | + | Int32 |
274275
| ViableCallable.cs:367:9:367:14 | dynamic call to method M | M | C11 |
275276
| ViableCallable.cs:369:9:369:18 | dynamic object creation of type C11 | C11 | C11 |
276277
| ViableCallable.cs:392:9:392:13 | call to method M | M | C13 |

0 commit comments

Comments
 (0)