mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
C#: Update expected test output.
This commit is contained in:
@@ -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() |
|
||||
|
||||
Reference in New Issue
Block a user