Invalid Array type with splat operator · Issue #498 · soutaro/steep
Steep determines an invalid type for Array literal with splat operator. Example: # test.rb array = [*'0'..'9'] p 'a' + array[0] # Steepfile target :lib do check 'test.rb' end $ steep check # Type c...