Commit 3fa0e5f
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 9c1311b commit 3fa0e5f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1624 | 1624 | | |
1625 | 1625 | | |
1626 | 1626 | | |
1627 | | - | |
| 1627 | + | |
1628 | 1628 | | |
1629 | 1629 | | |
1630 | 1630 | | |
| |||
0 commit comments