Sha256: 24e3b5420cb1a4dd049219505eb9d5e00d4d2680848c3ad2674a3a5e258a36ee

Contents?: true

Size: 375 Bytes

Versions: 13

Compression:

Stored size: 375 Bytes

Contents

# @type var x: foo
x = ""

# !expects* UnresolvedOverloading: receiver=(::String | ::Integer), method_name=+,
x + 123

# @type var y: bar
y = x
y = []

# @type var z: Symbol
case x
when String
  # !expects IncompatibleAssignment: lhs_type=::Symbol, rhs_type=::String
  z = x
when Integer
  # !expects IncompatibleAssignment: lhs_type=::Symbol, rhs_type=::Integer
  z = x
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
steep-0.39.0 smoke/alias/a.rb
steep-0.38.0 smoke/alias/a.rb
steep-0.37.0 smoke/alias/a.rb
steep-0.36.0 smoke/alias/a.rb
steep-0.35.0 smoke/alias/a.rb
steep-0.34.0 smoke/alias/a.rb
steep-0.33.0 smoke/alias/a.rb
steep-0.32.0 smoke/alias/a.rb
steep-0.31.1 smoke/alias/a.rb
steep-0.31.0 smoke/alias/a.rb
steep-0.30.0 smoke/alias/a.rb
steep-0.29.0 smoke/alias/a.rb
steep-0.28.0 smoke/alias/a.rb