Sha256: 7d8458803c35515ab402eec2525e17dba8de162c802c4ec2dee4b12a02f0fdf8

Contents?: true

Size: 228 Bytes

Versions: 18

Compression:

Stored size: 228 Bytes

Contents

def foo(x)
end
def bar(x)
end

bar(foo(1, 2))

__END__
# Errors
smoke/arguments.rb:6: [error] wrong number of arguments (given 2, expected 1)

# Classes
class Object
  def foo : (untyped) -> nil
  def bar : (untyped) -> nil
end

Version data entries

18 entries across 18 versions & 1 rubygems

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