Sha256: b9868c44b4688684b227dd63810c82884b68368a14b9c9e7ccf1819272717c1c

Contents?: true

Size: 169 Bytes

Versions: 3

Compression:

Stored size: 169 Bytes

Contents

ARY = []

def foo(i, v)
  ARY[i] = v
  ARY
end

foo(1, "str")

__END__
# Classes
class Object
  ARY: Array[bot]
  private
  def foo: (Integer, String) -> Array[bot]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
typeprof-0.9.2 smoke/array6.rb
typeprof-0.9.1 smoke/array6.rb
typeprof-0.9.0 smoke/array6.rb