Sha256: 000bd4c3d255ed855298c5d87f28728c7d09c94f9e00c1fa27bcf544054f60c2
Contents?: true
Size: 190 Bytes
Versions: 29
Compression:
Stored size: 190 Bytes
Contents
class Foo # @implements Foo def f() # @type var string: String # !expects IncompatibleAssignment: lhs_type=::String, rhs_type=::Object string = super() string end end
Version data entries
29 entries across 29 versions & 1 rubygems