Sha256: 2122f3f87b6bc9c918fe5eac10c742d309cd94e8432996207d71c28e5033397d

Contents?: true

Size: 240 Bytes

Versions: 11

Compression:

Stored size: 240 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
  private
  def foo: (untyped x) -> nil
  def bar: (untyped x) -> nil
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/arguments.rb
typeprof-0.15.3 smoke/arguments.rb
typeprof-0.15.2 smoke/arguments.rb
typeprof-0.15.1 smoke/arguments.rb
typeprof-0.15.0 smoke/arguments.rb
typeprof-0.14.1 smoke/arguments.rb
typeprof-0.14.0 smoke/arguments.rb
typeprof-0.13.0 smoke/arguments.rb
typeprof-0.12.0 smoke/arguments.rb
typeprof-0.11.0 smoke/arguments.rb
typeprof-0.10.0 smoke/arguments.rb