Sha256: 2b3b14e3f0852a3ac74caf324563fa9fb830bdfef8eaed91ad19882a199d67ef

Contents?: true

Size: 145 Bytes

Versions: 7

Compression:

Stored size: 145 Bytes

Contents

ARY = []

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

foo(1, "str")

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
typeprof-0.5.3 smoke/array6.rb
typeprof-0.5.2 smoke/array6.rb
typeprof-0.5.1 smoke/array6.rb
typeprof-0.5.0 smoke/array6.rb
typeprof-0.4.2 smoke/array6.rb
typeprof-0.4.1 smoke/array6.rb
typeprof-0.4.0 smoke/array6.rb