Extracted from #2123. Reported by @dreyks. What about the opposite situation? ``` ruby v = [1, 2] format('%d%d', *v) ``` ``` W: Number arguments (1) to format mismatches expected fields (2). ``` this should probably be ignored too.