Commit f831cdf
Add known bug for splat fallback with union types
When [*x] has x typed as Array[T] | Symbol, the Symbol side doesn't
get wrapped as [Symbol] because to_a succeeds for the Array side,
making @ary non-empty and skipping the fallback.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d5e7aa6 commit f831cdf
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments