Commit a39c7ae
committed
Fix Issue1244 test: Return Nothing in String-returning function → return null, not return default
String is a reference type so Nothing converts to null (not default).
Confirmed by ParameterTests.cs:35 which has the same pattern.
https://claude.ai/code/session_01AkwUvu3XuCdj3D4axoX4UX1 parent 0819d37 commit a39c7ae
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1544 | 1544 | | |
1545 | 1545 | | |
1546 | 1546 | | |
1547 | | - | |
| 1547 | + | |
1548 | 1548 | | |
1549 | 1549 | | |
1550 | 1550 | | |
| |||
0 commit comments