Sha256: a8f6569959341d0e35eee890405916c2f5b06818cdee260a62246a79b3a8c06f

Contents?: true

Size: 233 Bytes

Versions: 5

Compression:

Stored size: 233 Bytes

Contents

class Foo
  def initialize
    @foo = "str"
    @bar = "str"
  end
end

__END__
# Errors
smoke/ivar3.rb:3: [warning] inconsistent assignment to RBS-declared variable

# Classes
class Foo
  @bar: String

  def initialize: -> void
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/ivar3.rb
typeprof-0.15.3 smoke/ivar3.rb
typeprof-0.15.2 smoke/ivar3.rb
typeprof-0.15.1 smoke/ivar3.rb
typeprof-0.15.0 smoke/ivar3.rb