C#: Update boxing conversion expected output.

This commit is contained in:
Michael Nebel
2025-01-03 14:06:50 +01:00
parent ef9f09ebfc
commit b9fce5eb9d

View File

@@ -117,9 +117,6 @@
| Nullable<Int32> | Object |
| Nullable<Int32> | ValueType |
| Nullable<Int32> | dynamic |
| S | Object |
| S | ValueType |
| S | dynamic |
| T1 | Object |
| T1 | dynamic |
| T3 | Object |