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.39.0 smoke/class/i.rb
steep-0.38.0 smoke/class/i.rb
steep-0.37.0 smoke/class/i.rb
steep-0.36.0 smoke/class/i.rb
steep-0.35.0 smoke/class/i.rb
steep-0.34.0 smoke/class/i.rb
steep-0.33.0 smoke/class/i.rb
steep-0.32.0 smoke/class/i.rb
steep-0.31.1 smoke/class/i.rb
steep-0.31.0 smoke/class/i.rb
steep-0.30.0 smoke/class/i.rb
steep-0.29.0 smoke/class/i.rb
steep-0.28.0 smoke/class/i.rb
steep-0.27.0 smoke/class/i.rb
steep-0.25.0 smoke/class/i.rb
steep-0.24.0 smoke/class/i.rb
steep-0.23.0 smoke/class/i.rb
steep-0.22.0 smoke/class/i.rb
steep-0.21.0 smoke/class/i.rb
steep-0.20.0 smoke/class/i.rb