Sha256: 18f610fb9fce72ad17ba7a866a561f29c70390eccc33847f5828ceacff5150be
Contents?: true
Size: 207 Bytes
Versions: 12
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
12 entries across 12 versions & 1 rubygems