Sha256: 792b6e39e985367b69936da2287aa5dbc8da334e3e40b04b671ff33ec1dca37f
Contents?: true
Size: 216 Bytes
Versions: 2
Compression:
Stored size: 216 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
steep-0.5.1 | smoke/class/i.rbi |
steep-0.5.0 | smoke/class/i.rbi |