Sha256: 94f6178ebb20129c4a32dc6fba202ef0d2052c118605cb7845d211bafede3f44

Contents?: true

Size: 237 Bytes

Versions: 5

Compression:

Stored size: 237 Bytes

Contents

# I'm unsure how this is useful
# This test just checks if TypeProf raises no exception

class Foo < Struct
end

class Foo
  def initialize
    super
  end
end

__END__
# Classes
class Foo < Struct[untyped]
  def initialize: -> void
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/struct7.rb
typeprof-0.15.3 smoke/struct7.rb
typeprof-0.15.2 smoke/struct7.rb
typeprof-0.15.1 smoke/struct7.rb
typeprof-0.15.0 smoke/struct7.rb