Sha256: 43f8f23675c568c29d5e02d5bf351460d273424c35134b3f656a180c8d8a21fb

Contents?: true

Size: 241 Bytes

Versions: 3

Compression:

Stored size: 241 Bytes

Contents

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

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

# Classes
class Foo
  @bar: String
  def initialize: -> String
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
typeprof-0.9.2 smoke/ivar3.rb
typeprof-0.9.1 smoke/ivar3.rb
typeprof-0.9.0 smoke/ivar3.rb