Sha256: a026eb57bf35e4dbd9dd4cd5f62db9c00bccc233e814759a15f9711441d6d80b

Contents?: true

Size: 1.47 KB

Versions: 1

Compression:

Stored size: 1.47 KB

Contents

---
test:
  a.rb:
    diagnostics:
    - |
      a.rb:13:4: [error] Cannot assign a value of type `::Integer` to a variable of type `::String`
      │   ::Integer <: ::String
      │     ::Numeric <: ::String
      │       ::Object <: ::String
      │         ::BasicObject <: ::String
      │
      │ Diagnostic ID: Ruby::IncompatibleAssignment
      │
      └     s = n
            ~~~~~
    - |
      a.rb:15:4: [error] Type `(::Object & ::_Each2[::Integer, ::A] & ::A)` does not have method `foo`
      │ Diagnostic ID: Ruby::NoMethod
      │
      └     foo()
            ~~~
  c.rb:
    diagnostics:
    - |
      c.rb:21:2: [error] Type `singleton(::A)` does not have method `no_such_method_in_module`
      │ Diagnostic ID: Ruby::NoMethod
      │
      └   no_such_method_in_module
          ~~~~~~~~~~~~~~~~~~~~~~~~
  d.rb:
    diagnostics:
    - |
      d.rb:3:7: [error] Cannot find implementation of method `::X#foo`
      │ Diagnostic ID: Ruby::MethodDefinitionMissing
      │
      └ module X
               ~
  f.rb:
    diagnostics:
    - |
      f.rb:1:7: [error] Cannot find implementation of method `::Palette.nestopia_palette`
      │ Diagnostic ID: Ruby::MethodDefinitionMissing
      │
      └ module Palette
               ~~~~~~~
    - |
      f.rb:1:7: [error] @dynamic annotation contains unknown method name `nestopia_palette`
      │ Diagnostic ID: Ruby::UnexpectedDynamicMethod
      │
      └ module Palette
               ~~~~~~~

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
steep-0.40.0 smoke/module/test.yaml