Sha256: d813d611cfb631d92c4883e92bc020c252451c16b330b868e5ac8ed5f5eeae2b

Contents?: true

Size: 445 Bytes

Versions: 5

Compression:

Stored size: 445 Bytes

Contents

class BlockBodyTypeMismatch
  def foo: () { () -> Integer } -> void
end

class MethodDefinitionMissing
  def foo: () -> void
end

class UnexpectedDynamicMethod
  def bar: () -> void
end

class UnknownConstantAssigned
end

class UnsatisfiableConstraint
  def foo: [A, B] (A) { (A) -> void } -> B
end

class UnexpectedKeyword
  def foo: (foo: Integer) -> void
end

class MissingKeyword
  def foo: (?String, foo: Integer, ?bar: Symbol) -> void
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
steep-0.43.1 smoke/diagnostics/a.rbs
steep-0.43.0 smoke/diagnostics/a.rbs
steep-0.42.0 smoke/diagnostics/a.rbs
steep-0.41.0 smoke/diagnostics/a.rbs
steep-0.40.0 smoke/diagnostics/a.rbs