Sha256: a335d47e28ba5f0a093bc72cb7dcb3674c73e6306b97ca34e4177e2475341cbe

Contents?: true

Size: 182 Bytes

Versions: 47

Compression:

Stored size: 182 Bytes

Contents

class MethodParameterMismatch
  # @type method foo: (?String, *Integer) -> void
  def foo(a, b)
  end

  # @type method bar: (?name: String) -> void
  def self.bar(name:)

  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
steep-1.6.0 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.6.0.pre.4 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.6.0.pre.3 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.6.0.pre.2 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.6.0.pre.1 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.5.3 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.5.2 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.5.1 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.5.0 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.5.0.pre.6 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.5.0.pre.5 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.5.0.pre.4 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.5.0.pre.3 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.5.0.pre.2 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.5.0.pre.1 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.4.0 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.4.0.dev.5 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.4.0.dev.4 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.4.0.dev.3 smoke/diagnostics/method_parameter_mismatch.rb
steep-1.3.2 smoke/diagnostics/method_parameter_mismatch.rb