Sha256: f0a93a369b08c30ad0da57f0edc21a024f47d465c1afb7f99e08b5e6178a760e

Contents?: true

Size: 168 Bytes

Versions: 19

Compression:

Stored size: 168 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

19 entries across 19 versions & 1 rubygems

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