Commit 196f901
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 f91e521 commit 196f901
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1587 | 1587 | | |
1588 | 1588 | | |
1589 | 1589 | | |
1590 | | - | |
| 1590 | + | |
1591 | 1591 | | |
1592 | 1592 | | |
1593 | 1593 | | |
| |||
0 commit comments