Sha256: c190f648a7e58e9f56adaeb40567d59a525688d01687fcc17029f6f572d19ef6

Contents?: true

Size: 235 Bytes

Versions: 6

Compression:

Stored size: 235 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: -> String
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typeprof-0.14.1 smoke/ivar3.rb
typeprof-0.14.0 smoke/ivar3.rb
typeprof-0.13.0 smoke/ivar3.rb
typeprof-0.12.0 smoke/ivar3.rb
typeprof-0.11.0 smoke/ivar3.rb
typeprof-0.10.0 smoke/ivar3.rb