Sha256: 321bd5451944ae089572ae55c460888c1cd4352671e1c6c13dd5c2e835994edd

Contents?: true

Size: 1.09 KB

Versions: 38

Compression:

Stored size: 1.09 KB

Contents

---
- file: a.rb
  diagnostics:
  - range:
      start:
        line: 7
        character: 4
      end:
        line: 7
        character: 10
    severity: ERROR
    message: Type `(::Integer | ::String)` does not have method `foobar`
    code: Ruby::NoMethod
  - range:
      start:
        line: 12
        character: 4
      end:
        line: 12
        character: 10
    severity: ERROR
    message: Type `(::Integer | ::String | ::Symbol)` does not have method `foobar`
    code: Ruby::NoMethod
  - range:
      start:
        line: 17
        character: 4
      end:
        line: 17
        character: 10
    severity: ERROR
    message: Type `1` does not have method `foobar`
    code: Ruby::NoMethod
  - range:
      start:
        line: 23
        character: 2
      end:
        line: 23
        character: 7
    severity: ERROR
    message: |-
      Type annotation about `x` is incompatible since ::Integer <: ::String doesn't hold
        ::Integer <: ::String
          ::Numeric <: ::String
            ::Object <: ::String
              ::BasicObject <: ::String
    code: Ruby::IncompatibleAnnotation

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
steep-1.4.0 smoke/type_case/test_expectations.yml
steep-1.4.0.dev.5 smoke/type_case/test_expectations.yml
steep-1.4.0.dev.4 smoke/type_case/test_expectations.yml
steep-1.4.0.dev.3 smoke/type_case/test_expectations.yml
steep-1.3.2 smoke/type_case/test_expectations.yml
steep-1.3.1 smoke/type_case/test_expectations.yml
steep-1.4.0.dev.2 smoke/type_case/test_expectations.yml
steep-1.4.0.dev.1 smoke/type_case/test_expectations.yml
steep-1.3.0 smoke/type_case/test_expectations.yml
steep-1.3.0.pre.2 smoke/type_case/test_expectations.yml
steep-1.3.0.pre.1 smoke/type_case/test_expectations.yml
steep-1.2.1 smoke/type_case/test_expectations.yml
steep-1.2.0 smoke/type_case/test_expectations.yml
steep-1.2.0.pre.1 smoke/type_case/test_expectations.yml
steep-1.1.1 smoke/type_case/test_expectations.yml
steep-1.1.0 smoke/type_case/test_expectations.yml
steep-1.1.0.pre.1 smoke/type_case/test_expectations.yml
steep-1.0.2 smoke/type_case/test_expectations.yml
steep-1.0.1 smoke/type_case/test_expectations.yml
steep-1.0.0 smoke/type_case/test_expectations.yml