Sha256: ac989df7a9eae7927ed0a8fbf4bb6bed64d0da38640e1ccddc063cc8ddbb3e31

Contents?: true

Size: 215 Bytes

Versions: 10

Compression:

Stored size: 215 Bytes

Contents

class IncompatibleSuper
  def foo: () -> Integer
  def initialize: (name: String) -> any
end

class IncompatibleChild < IncompatibleSuper
  def initialize: () -> any
  def (incompatible) foo: (Object) -> String
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
steep-0.11.1 smoke/class/i.rbi
steep-0.11.0 smoke/class/i.rbi
steep-0.10.0 smoke/class/i.rbi
steep-0.9.0 smoke/class/i.rbi
steep-0.8.2 smoke/class/i.rbi
steep-0.8.1 smoke/class/i.rbi
steep-0.8.0 smoke/class/i.rbi
steep-0.7.1 smoke/class/i.rbi
steep-0.7.0 smoke/class/i.rbi
steep-0.6.0 smoke/class/i.rbi