Sha256: a7c6dc47bc7c81877a434cef9d6e6709af74ebc663f13294b440648abe1f4793

Contents?: true

Size: 272 Bytes

Versions: 44

Compression:

Stored size: 272 Bytes

Contents

# @type var x: String

# !expects IncompatibleAssignment: lhs_type=::String, rhs_type=::Integer
x = AliasMethodArg.new.foo(:foo)

# @type var name: name
name = :bar

# !expects IncompatibleAssignment: lhs_type=::String, rhs_type=::Integer
x = AliasMethodArg.new.foo(name)

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
steep-0.39.0 smoke/alias/c.rb
steep-0.38.0 smoke/alias/c.rb
steep-0.37.0 smoke/alias/c.rb
steep-0.36.0 smoke/alias/c.rb
steep-0.35.0 smoke/alias/c.rb
steep-0.34.0 smoke/alias/c.rb
steep-0.33.0 smoke/alias/c.rb
steep-0.32.0 smoke/alias/c.rb
steep-0.31.1 smoke/alias/c.rb
steep-0.31.0 smoke/alias/c.rb
steep-0.30.0 smoke/alias/c.rb
steep-0.29.0 smoke/alias/c.rb
steep-0.28.0 smoke/alias/c.rb
steep-0.27.0 smoke/alias/c.rb
steep-0.25.0 smoke/alias/c.rb
steep-0.24.0 smoke/alias/c.rb
steep-0.23.0 smoke/alias/c.rb
steep-0.22.0 smoke/alias/c.rb
steep-0.21.0 smoke/alias/c.rb
steep-0.20.0 smoke/alias/c.rb