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

Version Path
steep-0.11.1 smoke/hash/b.rb
steep-0.11.0 smoke/hash/b.rb
steep-0.10.0 smoke/hash/b.rb
steep-0.9.0 smoke/hash/b.rb
steep-0.8.2 smoke/hash/b.rb
steep-0.8.1 smoke/hash/b.rb
steep-0.8.0 smoke/hash/b.rb
steep-0.7.1 smoke/hash/b.rb
steep-0.7.0 smoke/hash/b.rb
steep-0.6.0 smoke/hash/b.rb
steep-0.5.1 smoke/hash/b.rb
steep-0.5.0 smoke/hash/b.rb