Commit 5573bcc
committed
[core] Ensure ++ works for Property[String]
Fix an issue where infix `++` did not work for `Property[String]` because
this would fallback to the list version (which also has the same infix
operator).
Assisted-by: pi.dev:gpt-5.6-luna
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>1 parent c9c0e68 commit 5573bcc
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
631 | 638 | | |
632 | 639 | | |
633 | 640 | | |
| |||
0 commit comments