Sha256: 7c4afa4bddd7cbb61e26303cf4767d055d3f912c51dd30442a4afb578daf7e4f

Contents?: true

Size: 132 Bytes

Versions: 54

Compression:

Stored size: 132 Bytes

Contents

class MethodReturnTypeAnnotationMismatch
  # @type method foo: () -> String
  def foo
    # @type return: Integer
    123
  end
end

Version data entries

54 entries across 54 versions & 1 rubygems

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