Sha256: 04a7eadc28ae10d4816e02d6d7bd02c3b739d5388c6be51174e252c1a00e8912
Contents?: true
Size: 207 Bytes
Versions: 32
Compression:
Stored size: 207 Bytes
Contents
# @type var x: Hash[Symbol, String?] x = { foo: "foo" } x = { foo: nil } # !expects IncompatibleAssignment: lhs_type=::Hash[::Symbol, (::String | nil)], rhs_type=::Hash[::Symbol, ::Integer] x = { foo: 3 }
Version data entries
32 entries across 32 versions & 1 rubygems