Sha256: fac6967abffd9232510af564ef8de8732a606d4859fc70e8a8a09c562f06b31d

Contents?: true

Size: 174 Bytes

Versions: 10

Compression:

Stored size: 174 Bytes

Contents

def foo(ary1, ary2)
  ary1.each do |x|
    ary2[0] = x
  end
  ary2
end

foo([1], ["str"])

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
typeprof-0.4.2 smoke/block10.rb
typeprof-0.4.1 smoke/block10.rb
typeprof-0.4.0 smoke/block10.rb
typeprof-0.3.0 smoke/block10.rb
typeprof-0.2.0 smoke/block10.rb
typeprof-0.1.4 smoke/block10.rb
typeprof-0.1.3 smoke/block10.rb
typeprof-0.1.2 smoke/block10.rb
typeprof-0.1.1 smoke/block10.rb
typeprof-0.1.0 smoke/block10.rb