C#: Update expected test output.

This commit is contained in:
Michael Nebel
2023-02-15 14:15:56 +01:00
parent cfe2a76431
commit 278f90e5fa
3 changed files with 21 additions and 0 deletions

View File

@@ -475,3 +475,10 @@
| ViableCallable.cs:498:26:498:30 | call to operator checked + | C19.checked +(C19, C19) |
| ViableCallable.cs:501:18:501:23 | call to operator explicit conversion | C19.explicit conversion(C19) |
| ViableCallable.cs:504:26:504:31 | call to operator checked explicit conversion | C19.checked explicit conversion(C19) |
| ViableCallable.cs:554:26:554:30 | call to operator checked - | I3<T>.checked -(T, T) |
| ViableCallable.cs:557:18:557:22 | call to operator * | I3<T>.*(T, T) |
| ViableCallable.cs:560:26:560:30 | call to operator checked * | I3<T>.checked *(T, T) |
| ViableCallable.cs:563:18:563:22 | call to operator / | I3<T>./(T, T) |
| ViableCallable.cs:566:26:566:30 | call to operator checked / | I3<T>.checked /(T, T) |
| ViableCallable.cs:572:9:572:15 | call to method M12 | I3<T>.M12() |
| ViableCallable.cs:575:9:575:15 | call to method M13 | I3<T>.M13() |