Sha256: e332cdd6617e28f60ad3ceeea1302bfcbdf08c10237d5287675cb85d5e14ce51

Contents?: true

Size: 167 Bytes

Versions: 14

Compression:

Stored size: 167 Bytes

Contents

class Foo
  def f
    super
  end
end

Foo.new.f

__END__
# Errors
smoke/super2.rb:3: [error] no superclass method: Foo#f

# Classes
class Foo
  def f: -> untyped
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/super2.rb
typeprof-0.15.3 smoke/super2.rb
typeprof-0.15.2 smoke/super2.rb
typeprof-0.15.1 smoke/super2.rb
typeprof-0.15.0 smoke/super2.rb
typeprof-0.14.1 smoke/super2.rb
typeprof-0.14.0 smoke/super2.rb
typeprof-0.13.0 smoke/super2.rb
typeprof-0.12.0 smoke/super2.rb
typeprof-0.11.0 smoke/super2.rb
typeprof-0.10.0 smoke/super2.rb
typeprof-0.9.2 smoke/super2.rb
typeprof-0.9.1 smoke/super2.rb
typeprof-0.9.0 smoke/super2.rb