Sha256: e0187e7670ed126c39e9f8ce184dd653562b34616de61a2b72ee90e97749aefa

Contents?: true

Size: 151 Bytes

Versions: 18

Compression:

Stored size: 151 Bytes

Contents

def f(a, b, c)
  ary = [nil]
  foo, bar, ary[0] = a, b, c
  ary[0]
end

f(:a, :b, :c)

__END__
# Classes
class Object
  def f : (:a, :b, :c) -> :c
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
typeprof-0.7.0 smoke/array14.rb
typeprof-0.6.1 smoke/array14.rb
typeprof-0.6.0 smoke/array14.rb
typeprof-0.5.4 smoke/array14.rb
typeprof-0.5.3 smoke/array14.rb
typeprof-0.5.2 smoke/array14.rb
typeprof-0.5.1 smoke/array14.rb
typeprof-0.5.0 smoke/array14.rb
typeprof-0.4.2 smoke/array14.rb
typeprof-0.4.1 smoke/array14.rb
typeprof-0.4.0 smoke/array14.rb
typeprof-0.3.0 smoke/array14.rb
typeprof-0.2.0 smoke/array14.rb
typeprof-0.1.4 smoke/array14.rb
typeprof-0.1.3 smoke/array14.rb
typeprof-0.1.2 smoke/array14.rb
typeprof-0.1.1 smoke/array14.rb
typeprof-0.1.0 smoke/array14.rb