Sha256: 77c3f1426d9a957a995972caed730e9af7edca150f3580266d9fa1f8905e459f

Contents?: true

Size: 220 Bytes

Versions: 3

Compression:

Stored size: 220 Bytes

Contents

class Foo
  def self.new(a)
    super(a)
  end

  def initialize(a)
    @a = a
  end
end

Foo.new(1)

__END__
# Classes
class Foo
  @a: Integer
  def self.new: (Integer) -> Foo
  def initialize: (Integer) -> Integer
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
typeprof-0.9.2 smoke/super3.rb
typeprof-0.9.1 smoke/super3.rb
typeprof-0.9.0 smoke/super3.rb