Sha256: 3b12e39dc1c2a7ae03db90c05cc2349c2d169ab62ae04a1f529bb022292a7c2e

Contents?: true

Size: 210 Bytes

Versions: 6

Compression:

Stored size: 210 Bytes

Contents

# @type var x: _Foo
# @type var y: _Bar

x = (_ = nil)
y = (_ = nil)

a = x.foo

# !expects NoMethodError: type=_Bar, method=foo
b = y.foo

# !expects IncompatibleAssignment: lhs_type=_Foo, rhs_type=_Bar
x = y

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
steep-0.5.1 smoke/hello/hello.rb
steep-0.5.0 smoke/hello/hello.rb
steep-0.4.0 smoke/hello/hello.rb
steep-0.3.0 smoke/hello/hello.rb
steep-0.2.0 smoke/hello/hello.rb
steep-0.1.0 smoke/hello/hello.rb