Sha256: 07b5637e10fa0740f1ac02fc9882d501eb987c7050163fdab67083f3db0c7780

Contents?: true

Size: 336 Bytes

Versions: 32

Compression:

Stored size: 336 Bytes

Contents

class IncompatibleChild
  def foo(arg)
    # @type var x: Symbol
    # !expects IncompatibleAssignment: lhs_type=::Symbol, rhs_type=::Integer
    x = super()

    "123"
  end

  def initialize()
    # !expects IncompatibleArguments: receiver=::IncompatibleChild, method_type=(name: ::String) -> untyped
    super()

    super
  end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
steep-0.19.0 smoke/class/i.rb
steep-0.18.0 smoke/class/i.rb
steep-0.17.1 smoke/class/i.rb
steep-0.17.0 smoke/class/i.rb
steep-0.16.3 smoke/class/i.rb
steep-0.16.2 smoke/class/i.rb
steep-0.16.1 smoke/class/i.rb
steep-0.16.0 smoke/class/i.rb
steep-0.15.0 smoke/class/i.rb
steep-0.14.0 smoke/class/i.rb
steep-0.13.0 smoke/class/i.rb
steep-0.12.0 smoke/class/i.rb